Skip to content

Commit

Permalink
using 'granite-code' model
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuziuk committed Aug 13, 2024
1 parent 2470a54 commit bc3dbd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions continue-config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"models": [
{
"title": "On-prem Llama3-8b",
"model": "llama3:8b",
"title": "On-prem Granite-code-8b",
"model": "granite-code:8b",
"apiBase": "http://localhost:11434",
"provider": "ollama"
}
],
"tabAutocompleteModel": {
"title": "Starcoder2 3b",
"provider": "ollama",
"model": "starcoder2:3b"
"model": "starcoder2:3b",
"provider": "ollama"
},
"allowAnonymousTelemetry": false
}
2 changes: 1 addition & 1 deletion devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ commands:
- id: pullmodel
exec:
component: ollama
commandLine: "ollama pull llama3:8b"
commandLine: "ollama pull granite-code:8b"
- id: pullautocompletemodel
exec:
component: ollama
Expand Down

0 comments on commit bc3dbd0

Please sign in to comment.