Fix setup

This commit is contained in:
Oracle 2026-06-02 15:55:34 +02:00
parent da2c8e636c
commit 80a91e278e
Signed by: Oracle
SSH key fingerprint: SHA256:x4/RtnjUyuHkdvmwNDsWSfcfF1V5PNr3OpriZqOvCX8
2 changed files with 27 additions and 6 deletions

View file

@ -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"