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 9b33a15 commit a65bdc3Copy full SHA for a65bdc3
.github/workflows/benchmark_and_test_model.yml
@@ -18,6 +18,6 @@ jobs:
18
19
run: |
20
pip install --user --upgrade pip
21
- pip install -r /requirements.txt
+ pip install -r ./dependencies/requirements.txt
22
python ./scripts/stage_model_to_production.py
23
.github/workflows/deploy.yml
@@ -20,5 +20,5 @@ jobs:
24
python ./scripts/deploy.py
0 commit comments