From 9711e82185db16323a53367696d565ee17084104 Mon Sep 17 00:00:00 2001 From: Peter Hulstaert Date: Sun, 11 Jan 2026 01:43:33 +0100 Subject: [PATCH] Fix duplicate command in pip install instructions --- torch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch.js b/torch.js index 561722f..7cd8194 100644 --- a/torch.js +++ b/torch.js @@ -25,7 +25,7 @@ module.exports = { "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 https://huggingface.co/MonsterMMORPG/SECourses_Premium_Flash_Attention/resolve/main/sageattention-2.1.1-cp310-cp310-linux_x86_64.whl", - "uv pip install 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 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" ] }