moved transformers4.57.1 to no-extra-deps

This commit is contained in:
Roland Tannous 2026-02-20 18:08:58 +00:00
commit 34131da9a4
3 changed files with 1 additions and 2 deletions

View file

@ -166,7 +166,6 @@ if [ "$IS_COLAB" = true ]; then
-o "$LLAMA_CPP_DST"
echo " Installing studio dependencies..."
run_quiet "pip install studio" pip install -r "$SCRIPT_DIR/studio/backend/requirements/studio.txt"
run_quiet "pip install numpy==2.2.6" pip install --force-reinstall numpy==2.2.6
echo "✅ Python dependencies installed"
else
# Local: create venv (always start fresh to preserve correct install order)

View file

@ -11,3 +11,4 @@ git+https://github.com/meta-pytorch/OpenEnv.git
executorch==1.0.1
torch-c-dlpack-ext
sentence_transformers==5.2.0
transformers==4.57.1

View file

@ -1,6 +1,5 @@
# Torch AO overrides (installed with --force-reinstall --no-cache-dir)
torchao==0.14.0
transformers==4.57.1
pytorch_tokenizers
# Kernel packages