aniruddhr04 commited on
Commit
c58e70f
·
verified ·
1 Parent(s): 5d8ccb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -111,7 +111,7 @@ resolution = tokenizer.decode(outputs[0], skip_special_tokens=True)
111
  print(resolution)
112
  ```
113
 
114
- ### Use with Ollama
115
- ```
116
  ollama run hf.co/SoarAILabs/KiteResolve-20B/model-q4_k_m.gguf
117
  ```
 
111
  print(resolution)
112
  ```
113
 
114
+ ### Ollama 🦙️
115
+ ```bash
116
  ollama run hf.co/SoarAILabs/KiteResolve-20B/model-q4_k_m.gguf
117
  ```