From 31a79f72f161541bfb5aa5dbca15eaaebdbdd43a Mon Sep 17 00:00:00 2001 From: jykr Date: Fri, 29 Mar 2024 22:54:59 -0400 Subject: [PATCH] try torch 2 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 23543ff..6a71792 100755 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,7 +17,7 @@ jobs: - name: Install bean run: | python -m pip install --upgrade pip - pip install torch==1.12.1+cpu torchvision==0.13.1+cpu torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cpu + pip install torch torchvision torchaudio pip install -r requirements.txt pip install -e . - name: Build Documentation