mofosyne commited on
Commit
5a4673f
·
1 Parent(s): 41d282a

bash script adjusted

Browse files
Files changed (1) hide show
  1. llamafile-creation.sh +2 -2
llamafile-creation.sh CHANGED
@@ -1,9 +1,9 @@
1
  #!/bin/bash
2
 
3
  ###############################################################################
 
4
  echo == Prep Enviroment ==
5
- # Pull both the model folder and llama.cpp (for the conversion script)
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 ==