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 b4ec4cb commit 842a0c4Copy full SHA for 842a0c4
.github/workflows/regression_test.yml
@@ -105,11 +105,8 @@ jobs:
105
gpu-arch-version: ${{ matrix.gpu-arch-version }}
106
submodules: recursive
107
script: |
108
- 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
109
conda activate venv
110
- echo "::group::Install newer objcopy that supports --set-section-alignment"
111
- dnf install -y gcc-toolset-10-binutils
112
- export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH
113
python -m pip install --upgrade pip
114
pip install ${{ matrix.torch-spec }}
115
sed -i '${{ matrix.dev-requirements-overrides }}' dev-requirements.txt
0 commit comments