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 7416ac8 commit 5808241Copy full SHA for 5808241
.github/workflows/run_tests.yaml
@@ -22,5 +22,5 @@ jobs:
22
${{ runner.os }}-pip-
23
- name: Run tests
24
run: |
25
- export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test"
+ export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test --port 80"
26
python launch.py
0 commit comments