moved transformers4.57.1 to no-extra-deps
This commit is contained in:
parent
a8c1f5fa84
commit
34131da9a4
3 changed files with 1 additions and 2 deletions
1
setup.sh
1
setup.sh
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue