Germano Cavalcante commited on
Commit
9b1d322
·
1 Parent(s): 800cd91

Update model

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -11,7 +11,7 @@ ollama serve &
11
  sleep 10
12
 
13
  # Download the required file
14
- curl -fsSL https://huggingface.co/lmstudio-community/Meta-Llama-3.1-8B-Instruct-GGUF/resolve/main/Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf?download=true -o llama.gguf
15
 
16
  # Create the model using Ollama
17
  ollama create llama3.1 -f Modelfile
 
11
  sleep 10
12
 
13
  # Download the required file
14
+ curl -fsSL https://huggingface.co/GPT4All-Community/Meta-Llama-3.1-8B-Instruct-128k-GGUF/resolve/main/Meta-Llama-3.1-8B-Instruct-128k-Q4_0.gguf?download=true -o llama.gguf
15
 
16
  # Create the model using Ollama
17
  ollama create llama3.1 -f Modelfile