Skip to content

Commit 5393e03

Browse files
committed
fix(ci): use the cpu version of torch to not run out of space
Signed-off-by: Anupam Kumar <[email protected]>
1 parent 6f6c3e0 commit 5393e03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ jobs:
179179
run: |
180180
cd context_chat_backend
181181
pip install --upgrade pip setuptools wheel
182+
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
183+
sed -i '/torch(vision)?/d' requirements.txt
182184
pip install -r requirements.txt
183185
cp example.env .env
184186
echo "NEXTCLOUD_URL=http://localhost:8080" >> .env

0 commit comments

Comments
 (0)