bash script adjusted
Browse files- llamafile-creation.sh +2 -2
llamafile-creation.sh
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
###############################################################################
|
|
|
4 |
echo == Prep Enviroment ==
|
5 |
-
|
6 |
-
#git submodule update --init
|
7 |
|
8 |
###############################################################################
|
9 |
echo == Build and prep the llamafile engine execuable ==
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
###############################################################################
|
4 |
+
# Pull both model folder, llamafile (for the engine) and llama.cpp (for the conversion script)
|
5 |
echo == Prep Enviroment ==
|
6 |
+
git submodule update --init
|
|
|
7 |
|
8 |
###############################################################################
|
9 |
echo == Build and prep the llamafile engine execuable ==
|