davila7 commited on
Commit
fd492cd
1 Parent(s): 7bc3ec8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- ` ollama run codegpt/deepseek-coder-1.3b-typescript `
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