Animax Deng
Animax Deng
Hi, you can add these 4 files to your swift project: https://github.com/Animaxx/A-ViewContainer/tree/master/A_ViewContainer/A_ViewContainer and add these two line to your [projectName]_bridging.h file ``` #import "A_MultipleViewContainer.h" #import "A_ViewBaseController.h" ``` then you can...
Oh, I am missing misunderstand you! You can go to your Repositories and create new project and update via Github desktop https://desktop.github.com/ :)
Not sure if MLX can run it...?
Ollama has image preparsing in golang for the vision, does there any plan to have the similar? https://github.com/ollama/ollama/issues/7300#issuecomment-2430613683
Thank you for the hard work, could we also this change to Llama.cpp repo as well? How can we convert the model from HF to GGUF with llama vision structure?
Hi @ggerganov after I follow the steps in CI, do the CMake and install and updated the search path to `/usr/local/include` and `/usr/local/lib`. still getting different errors for Undefined symbols...
after run `xcodebuild -scheme llama-Package -destination "generic/platform=macOS"` and use swift package in the project, the app able to build but got Library not loaded error during the running. dyld[61825]: Library...
for iOS build, got error like "Building for 'iOS-simulator', but linking in dylib (/usr/local/lib/libggml.dylib) built for 'macOS'" while build. here is the script I am using to update and build...
Good to see more discussion on this topic!
thank you @yhondri! are you going to create PR to submit your Package.Swift?