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 32e0376 commit 2a5ca75Copy full SHA for 2a5ca75
.github/workflows/build-test-reusable.yml
@@ -211,6 +211,11 @@ jobs:
211
ref: ${{ env.TRANSFORMERS_VERSION }}
212
try-tag-prefix: v
213
214
+ - name: Install transformers dependencies
215
+ if: (inputs.env_manager == 'base') && (steps.pip-cache.outputs.status == 'miss')
216
+ run: |
217
+ pip install pyyaml pandas scipy numpy psutil pyre_extensions torchrec
218
+
219
- name: Install transformers
220
if: (inputs.env_manager != 'base') && (steps.conda-cache.outputs.status == 'miss')
221
run: |
0 commit comments