Fix setup
This commit is contained in:
parent
da2c8e636c
commit
80a91e278e
2 changed files with 27 additions and 6 deletions
7
setup.sh
7
setup.sh
|
|
@ -83,6 +83,13 @@ esac
|
|||
|
||||
eval "CMAKE_ARGS=\"$CMAKE_ARGS\" pip install llama-cpp-python"
|
||||
|
||||
# Create convertgguf_venv for llama.cpp Python tools
|
||||
echo ""
|
||||
echo "Creating convertgguf_venv..."
|
||||
python -m venv llama.cpp/convertgguf_venv
|
||||
source llama.cpp/convertgguf_venv/bin/activate
|
||||
pip install -r llama.cpp/requirements.txt
|
||||
|
||||
echo ""
|
||||
echo "Setup complete! Configure the scripts and run:"
|
||||
echo " bash run-pipeline.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue