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 efd7b71 commit 98da880Copy full SHA for 98da880
.github/workflows/pip-test.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Install runtime dependencies
66
run: |
67
curl -sSLO --retry 10 https://raw.githubusercontent.com/pytorch/pytorch/$(<.github/pins/pytorch.txt)/.github/scripts/generate_binary_build_matrix.py
68
- sed -i '/^validate_nccl_dep_consistency.*/d' generate_binary_build_matrix.py
+ sed -i 's/^\(\s*\)validate_nccl_dep_consistency(arch_version)/\1pass/' generate_binary_build_matrix.py
69
python -c "from generate_binary_build_matrix import PYTORCH_EXTRA_INSTALL_REQUIREMENTS; print('\n'.join(PYTORCH_EXTRA_INSTALL_REQUIREMENTS['xpu'].split(' | ')))" | tee /tmp/requirements.txt
70
pip install -r /tmp/requirements.txt
71
pip install transformers==4.54.0
0 commit comments