Merge pull request #186 from unslothai/fix/colab-setup-fixes
Fix/colab setup fixes
This commit is contained in:
commit
ed476534f7
4 changed files with 3 additions and 1 deletions
1
setup.sh
1
setup.sh
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,3 +11,4 @@ pyjwt
|
|||
easydict
|
||||
addict
|
||||
gradio>=4.0.0
|
||||
huggingface-hub==0.36.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue