avoid leaving changes to the submodules which is annoyingto have
Browse files- llamafile-creation.sh +1 -1
llamafile-creation.sh
CHANGED
@@ -8,7 +8,7 @@ git submodule update --init
|
|
8 |
./llama.cpp/convert.py maykeye_tinyllama --metadata maykeye_tinyllama-metadata.json
|
9 |
|
10 |
# Copy the generated gguf to this folder
|
11 |
-
|
12 |
|
13 |
# Get the llamafile engine
|
14 |
cp /usr/local/bin/llamafile TinyLLama-v0-5M-F16.llamafile
|
|
|
8 |
./llama.cpp/convert.py maykeye_tinyllama --metadata maykeye_tinyllama-metadata.json
|
9 |
|
10 |
# Copy the generated gguf to this folder
|
11 |
+
mv maykeye_tinyllama/TinyLLama-v0-5M-F16.gguf TinyLLama-v0-5M-F16.gguf
|
12 |
|
13 |
# Get the llamafile engine
|
14 |
cp /usr/local/bin/llamafile TinyLLama-v0-5M-F16.llamafile
|