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

Update Model file

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/Llama-3-Groq-8B-Tool-Use-GGUF/resolve/main/Llama-3-Groq-8B-Tool-Use-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/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