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 0dbc1e3 commit 3fcbdc8Copy full SHA for 3fcbdc8
.github/actions/setup-pytorch/action.yml
@@ -120,7 +120,7 @@ runs:
120
cd pytorch
121
pip install wheel
122
pip install -r requirements.txt
123
- USE_STATIC_MKL=1 python setup.py bdist_wheel
+ USE_STATIC_MKL=1 CFLAGS="-Wno-error=maybe-uninitialized" python setup.py bdist_wheel
124
125
- name: Install PyTorch (built from source)
126
if: ${{ inputs.mode == 'source' }}
0 commit comments