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

Update Downloaded Model

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -11,10 +11,10 @@ ollama serve &
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
18
 
19
  # Keep the container running indefinitely
20
  tail -f /dev/null
 
11
  sleep 10
12
 
13
  # Download the required file
14
+ curl -fsSL https://huggingface.co/hugging-quants/Llama-3.2-3B-Instruct-Q8_0-GGUF/resolve/main/llama-3.2-3b-instruct-q8_0.gguf?download=true -o llama.gguf
15
 
16
  # Create the model using Ollama
17
+ ollama create llama3.2 -f Modelfile
18
 
19
  # Keep the container running indefinitely
20
  tail -f /dev/null