Update README.md
Browse files
README.md
CHANGED
@@ -156,7 +156,7 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
156 |
### Running with Ollama
|
157 |
**Model:** https://ollama.ai/codegpt/deepseek-coder-1.3b-typescript
|
158 |
|
159 |
-
|
160 |
|
161 |
### Running with Ollama and CodeGPT Autocomplete in VSCode
|
162 |
|
|
|
156 |
### Running with Ollama
|
157 |
**Model:** https://ollama.ai/codegpt/deepseek-coder-1.3b-typescript
|
158 |
|
159 |
+
```ollama run codegpt/deepseek-coder-1.3b-typescript```
|
160 |
|
161 |
### Running with Ollama and CodeGPT Autocomplete in VSCode
|
162 |
|