From bc3dbd0216ad0678bc62f1e76de0414151a493fc Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Thu, 8 Aug 2024 15:08:07 +0200 Subject: [PATCH] using 'granite-code' model --- continue-config.json | 8 ++++---- devfile.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/continue-config.json b/continue-config.json index ba550b5..05621a0 100644 --- a/continue-config.json +++ b/continue-config.json @@ -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 } diff --git a/devfile.yaml b/devfile.yaml index a1ba072..12c136f 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -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