Germano Cavalcante commited on
Commit
a43be21
·
1 Parent(s): ee213bd

Use Llama-3.2-1B-Instruct-Q4_K_M-GGUF

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/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
 
11
  sleep 10
12
 
13
  # Download the required file
14
+ curl -fsSL https://huggingface.co/hugging-quants/Llama-3.2-1B-Instruct-Q4_K_M-GGUF/resolve/main/llama-3.2-1b-instruct-q4_k_m.gguf?download=true -o llama.gguf
15
 
16
  # Create the model using Ollama
17
  ollama create llama3.2 -f Modelfile