added llama.cpp python dependencies to setup.sh

This commit is contained in:
Roland Tannous 2026-02-17 07:56:27 +00:00
commit d97e23dfd3
15 changed files with 2506709 additions and 0 deletions

View file

@ -137,6 +137,8 @@ source .venv/bin/activate
run_quiet "pip upgrade" pip install --upgrade pip
echo " Installing unsloth-zoo + unsloth..."
run_quiet "pip install unsloth" pip install unsloth-zoo unsloth
echo " Installing llama-cpp deps..."
run_quiet "pip install llama-cpp deps" pip install gguf==0.17.1 protobuf==6.33.5 sentencepiece==0.2.1 mistral_common==1.9.0
echo " Installing studio dependencies..."
run_quiet "pip install extras" pip install typer fastapi uvicorn pydantic matplotlib pandas nest_asyncio "datasets==4.3.0" pyjwt easydict addict
echo "✅ Python dependencies installed"