Spaces:
Running
Running
Germano Cavalcante
commited on
Commit
·
800cd91
1
Parent(s):
a8144f6
Update Model file
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/lmstudio-community/Llama-3-
|
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
|