added llama.cpp python dependencies to setup.sh
This commit is contained in:
parent
8a4a1554b0
commit
d97e23dfd3
15 changed files with 2506709 additions and 0 deletions
2
setup.sh
2
setup.sh
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue