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.
2 parents e906657 + 8d5374a commit 2831322Copy full SHA for 2831322
.github/workflows/build-test-reusable.yml
@@ -195,7 +195,6 @@ jobs:
195
echo "TRANSFORMERS_VERSION=$TRANSFORMERS_VERSION" | tee -a $GITHUB_ENV
196
197
- name: Install transformers
198
- if: inputs.env_manager == 'base' && inputs.python_version != '3.12'
199
uses: ./.github/actions/install-dependency
200
with:
201
package: transformers
@@ -205,7 +204,6 @@ jobs:
205
204
env_manager: ${{ inputs.env-manager }}
206
207
- name: Run E2E test
208
209
run: |
210
# Set WORKSPACE for inductor_xpu_test.sh to make sure it creates "inductor_log" outside of pytorch cloned directory
211
export WORKSPACE=$GITHUB_WORKSPACE
0 commit comments