We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6c3e0 commit cbddee8Copy full SHA for cbddee8
1 file changed
.github/workflows/integration-test.yml
@@ -179,6 +179,9 @@ jobs:
179
run: |
180
cd context_chat_backend
181
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
185
pip install -r requirements.txt
186
cp example.env .env
187
echo "NEXTCLOUD_URL=http://localhost:8080" >> .env
0 commit comments