Davidqian123
commited on
Commit
•
e03cb0a
1
Parent(s):
bea0f87
Update README.md
Browse files
README.md
CHANGED
@@ -73,9 +73,6 @@ touch Modelfile
|
|
73 |
|
74 |
```bash
|
75 |
FROM ./path/to/octopus-v2-Q4_K_M.gguf
|
76 |
-
PARAMETER temperature 0
|
77 |
-
PARAMETER num_ctx 1024
|
78 |
-
PARAMETER stop <nexa_end>
|
79 |
```
|
80 |
|
81 |
5. Use the following command to add the model to Ollama:
|
|
|
73 |
|
74 |
```bash
|
75 |
FROM ./path/to/octopus-v2-Q4_K_M.gguf
|
|
|
|
|
|
|
76 |
```
|
77 |
|
78 |
5. Use the following command to add the model to Ollama:
|