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 b5587e4 commit 1fbc5f6Copy full SHA for 1fbc5f6
.github/workflows/regression_test.yml
@@ -45,7 +45,7 @@ jobs:
45
gpu-arch-version: ${{ matrix.gpu-arch-version }}
46
submodules: recursive
47
script: |
48
- 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
49
conda activate venv
50
python -m pip install --upgrade pip
51
pip install ${{ matrix.torch-spec }}
@@ -105,7 +105,7 @@ jobs:
105
106
107
108
- conda create -n venv python=3.10 libgcc-ng=11.2.0 libstdcxx-ng=11.2.0 -y
109
110
111
0 commit comments