Spaces:
Running
Running
Germano Cavalcante
commited on
Commit
·
a43be21
1
Parent(s):
ee213bd
Use Llama-3.2-1B-Instruct-Q4_K_M-GGUF
Browse files
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-
|
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
|