swift : improvements and fixes#3564
Conversation
|
👍 was just coming here to ask about |
|
I tried adding this before on my branch before, but after this change, I am unable to link it to a production iOS app. The error is: So this change will stop this package from being used in production apps. (Not sure if I'm doing something wrong) |
|
There's something wonky with Xcode (surprise surprise) and SPM here where it throws that error if you're not pinned to a commit sha IIRC, could that be going on in your project config? (The latest code doesn't work without |
|
Huh, I'm pretty new to XCode so didn't know that. Can you give me an example on how to solve this by pinning it to a commit? I'm using CMake for the time being. |
|
@l3utterfly, In my remember this only happened if use local package, If you're using remote repository, set commit or version will be best practice, this can be done in Project -> Package Dependencies. However, even if I set |
|
Should be fixed on |
…example * 'master' of github.com:ggerganov/llama.cpp: (34 commits) examples: support LLaVA v1.5 (multimodal model) (ggml-org#3436) docs : fix typo GOMP_CPU_AFFINITY (ggml-org#3597) cmake : fix add_compile_options on macOS typo : it is `--n-gpu-layers` not `--gpu-layers` (ggml-org#3592) ci : check if there is enough VRAM (ggml-org#3596) server : add completion mode (no chat) (ggml-org#3582) prompts : add mnemonics.txt server : fix kv cache management (ggml-org#3588) main : fix session loading bug (ggml-org#3400) server : add parameter -tb N, --threads-batch N (ggml-org#3584) common : fix mirostat state when using multiple sequences (ggml-org#3543) batched : add bench tool (ggml-org#3545) examples : add batched.swift + improve CI for swift (ggml-org#3562) Add MPT model to supported models in README.md (ggml-org#3574) Minor improvements in GPT2 tokenizer (ggml-org#3567) readme : add bloom (ggml-org#3570) llm : add bloom models (ggml-org#3553) swift : improvements and fixes (ggml-org#3564) llm : add MPT support (ggml-org#3417) infill. : fix tokenization (ggml-org#3508) ...
Some small improvements and fixes:
swift-tools-version:5.5)