-
-
Notifications
You must be signed in to change notification settings - Fork 40
Ollama adapter #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Ollama adapter #64
Conversation
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:sherif,test:knip,tes... |
❌ Failed | 8s | View ↗ |
nx run-many --targets=build --exclude=examples/** |
❌ Failed | 3s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-12-05 13:31:05 UTC
| @@ -0,0 +1,971 @@ | |||
| // originates -> ollama/llama/llama.cpp/include/llama.h | |||
| // located -> ollama/llama/llama.go | |||
| interface _GoLlamaContextParams { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove these go interfaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, they will be removed before merge
|
@harry-whorlow merge main and you're good to go to wrap this up |

Strongly types ollama models and configuration.