Misc fixes (#944)

- Make sure torch + torchvision go together as deps, otherwise bad stuff
happens
- Add a pre-commit for requirements.txt
This commit is contained in:
Ashwin Bharambe 2025-02-03 14:08:47 -08:00 committed by GitHub
parent 0f14378135
commit f98efe68c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 73 additions and 11 deletions

View file

@ -87,7 +87,10 @@
"\n",
"!apt-get install -y bubblewrap\n",
"# install a branch of llama stack\n",
"!pip install llama-stack"
"import os\n",
"os.environ[\"UV_SYSTEM_PYTHON\"] = \"1\"\n",
"!pip install uv \n",
"!uv pip install llama-stack"
]
},
{