Skip to content

Commit cbddee8

Browse files
committed
fix(ci): use the cpu version of torch to not run out of space
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 6f6c3e0 commit cbddee8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/integration-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ jobs:
179179
run: |
180180
cd context_chat_backend
181181
pip install --upgrade pip setuptools wheel
182+
# use the cpu version of torch to not run out of space
183+
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
184+
sed -i '/torch(vision)?/d' requirements.txt
182185
pip install -r requirements.txt
183186
cp example.env .env
184187
echo "NEXTCLOUD_URL=http://localhost:8080" >> .env

0 commit comments

Comments
 (0)