Skip to content

Commit a071079

Browse files
committed
Use empty model as CLIP weights
1 parent 4a35c37 commit a071079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
${{ runner.os }}-pip-
2323
- name: Run tests
2424
run: |
25-
python launch.py --tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
25+
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
2626
- name: Upload main app stdout-stderr
2727
uses: actions/upload-artifact@v3
2828
if: always()

0 commit comments

Comments
 (0)