From 633448c966fe20d932bd8f2ccb662b0184cbf12d Mon Sep 17 00:00:00 2001 From: Thomas Eric Date: Fri, 13 Feb 2026 00:16:45 -0300 Subject: [PATCH] SImple fix for Linux (Unpin Xformers) --- torch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch.js b/torch.js index 7cd8194..b687fd6 100644 --- a/torch.js +++ b/torch.js @@ -23,7 +23,7 @@ module.exports = { "venv": "{{args && args.venv ? args.venv : null}}", "path": "{{args && args.path ? args.path : '.'}}", "message": [ - "uv pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 {{args && args.xformers ? 'xformers==0.0.30' : ''}} --index-url https://download.pytorch.org/whl/cu128 --force-reinstall", + "uv pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu128 --force-reinstall", "uv pip install https://huggingface.co/MonsterMMORPG/SECourses_Premium_Flash_Attention/resolve/main/sageattention-2.1.1-cp310-cp310-linux_x86_64.whl", "uv pip install https://huggingface.co/cocktailpeanut/wheels/resolve/main/flash_attn-2.8.3%2Bcu128torch2.7-cp310-cp310-linux_x86_64.whl", "uv pip install numpy==2.1.2"