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 4a35c37 commit a071079Copy full SHA for a071079
.github/workflows/run_tests.yaml
@@ -22,7 +22,7 @@ jobs:
22
${{ runner.os }}-pip-
23
- name: Run tests
24
run: |
25
- python launch.py --tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
+ python launch.py --tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test --clip-models-path ./test/test_files/empty.pt
26
- name: Upload main app stdout-stderr
27
uses: actions/upload-artifact@v3
28
if: always()
0 commit comments