Hi
First of all, thanks for putting together such an elegant package.
I wanted to test GGUF local models and failed to compile my test app after enabling the trait 'Llama'...so I figured I would test this using the package's test suite. But unfortunately I get the same error. I must be doing something wrong.
- I enabled the 'Llama' trait inside the Package definition:
.default(enabledTraits: ["Llama"]),
- I checked that the test LlamaLanguageModelTests was enabled and that #if Llama was true
I still get the Cannot load module ... error
Any help with this would be greatly appreciated
Regards
Matthieu
Hi
First of all, thanks for putting together such an elegant package.
I wanted to test GGUF local models and failed to compile my test app after enabling the trait 'Llama'...so I figured I would test this using the package's test suite. But unfortunately I get the same error. I must be doing something wrong.
.default(enabledTraits: ["Llama"]),
I still get the Cannot load module ... error
Any help with this would be greatly appreciated
Regards
Matthieu