Spaces:
Running
Running
Germano Cavalcante
commited on
Commit
·
5c6a670
1
Parent(s):
5a9e15b
Update to llama3.2-3B model
Browse files
Modelfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM hf.co/mano-wii/llama3.2-
|
2 |
TEMPLATE """<|start_header_id|>system<|end_header_id|>
|
3 |
|
4 |
Cutting Knowledge Date: December 2023
|
|
|
1 |
+
FROM hf.co/mano-wii/llama3.2-3B-tunned-for-blender
|
2 |
TEMPLATE """<|start_header_id|>system<|end_header_id|>
|
3 |
|
4 |
Cutting Knowledge Date: December 2023
|
start.sh
CHANGED
@@ -11,7 +11,7 @@ ollama serve &
|
|
11 |
sleep 10
|
12 |
|
13 |
# Create the model using Ollama
|
14 |
-
ollama create llama3.2-
|
15 |
ollama run llama3.2-blender-assistant
|
16 |
|
17 |
# Keep the container running indefinitely
|
|
|
11 |
sleep 10
|
12 |
|
13 |
# Create the model using Ollama
|
14 |
+
ollama create llama3.2-tunned -f Modelfile
|
15 |
ollama run llama3.2-blender-assistant
|
16 |
|
17 |
# Keep the container running indefinitely
|