Spaces:
Running
Running
Germano Cavalcante
commited on
Commit
·
fc2f6ba
1
Parent(s):
9b1d322
Update Downloaded Model
Browse files
start.sh
CHANGED
@@ -11,10 +11,10 @@ ollama serve &
|
|
11 |
sleep 10
|
12 |
|
13 |
# Download the required file
|
14 |
-
curl -fsSL https://huggingface.co/
|
15 |
|
16 |
# Create the model using Ollama
|
17 |
-
ollama create llama3.
|
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
|