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 1b34b32 commit 89cb55aCopy full SHA for 89cb55a
.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 pybind11==2.6.2
+ ${CONDA_RUN} python -m pip install numpy packaging pyyaml transformers pybind11==2.6.2
85
${CONDA_RUN} python hub.py
86
popd
87
0 commit comments