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 fe45283 commit 8d5374aCopy full SHA for 8d5374a
.github/workflows/build-test-reusable.yml
@@ -159,7 +159,6 @@ jobs:
159
echo "TRANSFORMERS_VERSION=$TRANSFORMERS_VERSION" | tee -a $GITHUB_ENV
160
161
- name: Install transformers
162
- if: ${{ inputs.python_version != '3.12' }}
163
uses: ./.github/actions/install-dependency
164
with:
165
package: transformers
@@ -168,7 +167,6 @@ jobs:
168
167
try-tag-prefix: v
169
170
- name: Run E2E test
171
172
run: |
173
# Set WORKSPACE for inductor_xpu_test.sh to make sure it creates "inductor_log" outside of pytorch cloned directory
174
export WORKSPACE=$GITHUB_WORKSPACE
0 commit comments