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 89cb55a commit 4323e36Copy full SHA for 4323e36
.github/workflows/build-test.yml
@@ -81,7 +81,7 @@ jobs:
81
pushd .
82
cd tests/modules
83
# Don't use requirements.txt here as it contains tensorrt and torch which should have been installed by now.
84
- ${CONDA_RUN} python -m pip install numpy packaging pyyaml transformers pybind11==2.6.2
+ ${CONDA_RUN} python -m pip install numpy packaging pyyaml transformers timm pybind11==2.6.2
85
${CONDA_RUN} python hub.py
86
popd
87
0 commit comments