From efe125314dcab03258a88cf20fadcc6a59b80ab7 Mon Sep 17 00:00:00 2001 From: cocktailpeanut Date: Fri, 9 Aug 2024 09:47:08 -0400 Subject: [PATCH] update --- torch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torch.js b/torch.js index 954b32f..6a1cd28 100644 --- a/torch.js +++ b/torch.js @@ -37,8 +37,8 @@ module.exports = { "params": { "venv": "{{args && args.venv ? args.venv : null}}", "path": "{{args && args.path ? args.path : '.'}}", - //"message": "pip install torch==2.4.0 torchvision torchaudio==2.4.0" - "message": "pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" + "message": "pip install torch==2.3.1 torchvision torchaudio==2.3.1" + //"message": "pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu" } }, // linux nvidia