Paulo Coutinho
Paulo Coutinho
What is inl file?
With "charts" you mean graphic charts?
Getting same error: "untimeError: Unable to instantiate model: Unsupported model architecture: gemma3". There is some Python library that works like gpt4all and has llama.cpp updated?
Hi, If GPT4ALL update llama.cpp i think that most problems was solved. Why the author don't update? Thanks.
Sure. ``` rm -rf Pods rm -rf Podfile.lock rm -rf UbookTest.xcworkspace pod update Update all pods Updating local specs repositories $ /usr/bin/git -C /Users/paulo/.cocoapods/repos/ubook-editora fetch origin --progress $ /usr/bin/git -C...
It is obscure how a local xcframework or framework can be added to cocoapods. What source need be? The path that contains the framework? Or the framework it self? Vendored...
Man, i already have a podspec, it is on first message ^^ This guide don't explain what i asked, it only contains some examples that are of no use to...
Hi @mitasic995, You have created the modulemap? If yes, can you post what is the content? Thanks.
Hi, I make mine work too using local http server and i gave up from local path because it don't work with cocoapods. ``` s.source = { :http => 'http://127.0.0.1:8000/dist.tar.gz'...
Hi @mitasic995, In my podfile i have: ``` source 'https://github.com/CocoaPods/Specs.git' # variables IOS_PLATFORM = '11.0' USE_LOCAL_UBOOK_SDK = false PROJECT_FOLDER = ENV['UBOOK_IOS_PROJECT_DIR'] # settings platform :ios, IOS_PLATFORM inhibit_all_warnings! use_frameworks! # dependencies...