Merge pull request #186 from unslothai/fix/colab-setup-fixes

Fix/colab setup fixes
This commit is contained in:
Roland Tannous 2026-02-20 23:08:25 +04:00 committed by GitHub
commit ed476534f7
4 changed files with 3 additions and 1 deletions

View file

@ -58,6 +58,7 @@ fi
if [ "$NEED_NODE" = true ]; then
# ── 2. Install nvm ──
export NODE_OPTIONS=--dns-result-order=ipv4first # or else fails on colab.
echo "Installing nvm..."
curl -so- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash > /dev/null 2>&1

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

View file

@ -11,3 +11,4 @@ pyjwt
easydict
addict
gradio>=4.0.0
huggingface-hub==0.36.0