juliehunter commited on
Commit
30b4ca4
·
verified ·
1 Parent(s): b6e39de

Update Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +2 -2
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