skratos115 commited on
Commit
1e72e81
·
verified ·
1 Parent(s): 2c2d103

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -35,7 +35,14 @@ I used the qwen2.7b.OD.q4_k_m.gguf for my testing and got it to write me a simpl
35
 
36
  You can run this model using `vLLM` or `ollama`. The following instructions are for using `ollama`.
37
 
 
38
  ollama run skratos115/qwen2-7b-opendevin-q4_k_m
 
 
 
 
 
 
39
  ### Prerequisites
40
 
41
  - Docker
 
35
 
36
  You can run this model using `vLLM` or `ollama`. The following instructions are for using `ollama`.
37
 
38
+ q-4k
39
  ollama run skratos115/qwen2-7b-opendevin-q4_k_m
40
+
41
+ or
42
+
43
+ f16
44
+ ollama run skratos115/qwen2-7b-opendevin-f16
45
+
46
  ### Prerequisites
47
 
48
  - Docker