Use empty model as CLIP weights

This commit is contained in:
Vladimir Repin 2022-11-14 19:22:06 +03:00
parent 4a35c3744c
commit a071079000
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
${{ runner.os }}-pip-
- name: Run tests
run: |
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
- name: Upload main app stdout-stderr
uses: actions/upload-artifact@v3
if: always()