Spaces:
Running
Running
Germano Cavalcante
commited on
Commit
·
9b1d322
1
Parent(s):
800cd91
Update model
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/
|
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/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
|