Update README.md
Browse files
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
|
| 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 |
|