Update Modelfile
Browse files
Modelfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Modelfile to be used with "ollama"
|
2 |
-
# adapt "./Lucie-7B-q4_k_m.gguf" with the path where you copy the GGUF file of Lucie-7B-Instruct-v1 model
|
3 |
|
4 |
-
FROM ./Lucie-7B-q4_k_m.gguf
|
5 |
PARAMETER seed 1234
|
6 |
PARAMETER num_ctx 32000
|
7 |
PARAMETER temperature 0.6
|
|
|
1 |
# Modelfile to be used with "ollama"
|
2 |
+
# adapt "./Lucie-7B-Instruct-v1.1-q4_k_m.gguf" with the path where you copy the GGUF file of Lucie-7B-Instruct-v1.1 model
|
3 |
|
4 |
+
FROM ./Lucie-7B-Instruct-v1.1-q4_k_m.gguf
|
5 |
PARAMETER seed 1234
|
6 |
PARAMETER num_ctx 32000
|
7 |
PARAMETER temperature 0.6
|