]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
swift : add Swift Package declaration (#674)
authorAshraful Islam <redacted>
Wed, 3 Jan 2024 09:07:30 +0000 (03:07 -0600)
committerGitHub <redacted>
Wed, 3 Jan 2024 09:07:30 +0000 (11:07 +0200)
commit6fdcf6257e88633bcc7f8cf8b62d8e7c103f4d2d
treec2a9a441a2691a989377f50e40e2d576257e4ab5
parentfca1caafea7de9fbd7efc733b9818f9cf2da3050
swift : add Swift Package declaration (#674)

* feat: adds swift package declaration
- allows importing ggml as package dependency in llama.cpp and whisper.cpp
- resolves issues with duplicate symbol error when importing llama.cpp and whisper.cpp as package dependency

* fixes the src paths in package.swift
Package.swift [new file with mode: 0644]