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 8bce9b1 commit 4a102c2Copy full SHA for 4a102c2
.github/workflows/regression_test.yml
@@ -117,11 +117,8 @@ jobs:
117
gpu-arch-version: ${{ matrix.gpu-arch-version }}
118
submodules: recursive
119
script: |
120
- conda create -n venv python=3.10 -y
+ conda create -n venv python=3.10 libgcc-ng=11.2.0 libstdcxx-ng=11.2.0 -y
121
conda activate venv
122
- echo "::group::Install newer objcopy that supports --set-section-alignment"
123
- dnf install -y gcc-toolset-10-binutils
124
- export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH
125
python -m pip install --upgrade pip
126
pip install ${{ matrix.torch-spec }}
127
sed -i '${{ matrix.dev-requirements-overrides }}' dev-requirements.txt
0 commit comments