mysoress commited on
Commit
6d6d224
·
1 Parent(s): b458048

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -66,9 +66,8 @@ ollama create mistral -f modelfile
66
 
67
  ~~~
68
  sudo chmod -R a+x /path/to/mistral-7B-v0.1
69
- ollama create name -f /path/to/mistral-7B-v0.1/modelfile
70
 
71
- ollama run modelfile
72
  ollama run mistral
73
  ~~~
74
 
 
66
 
67
  ~~~
68
  sudo chmod -R a+x /path/to/mistral-7B-v0.1
69
+ ollama create mistral -f /path/to/mistral-7B-v0.1/modelfile
70
 
 
71
  ollama run mistral
72
  ~~~
73