File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 gpu-arch-version : ${{ matrix.gpu-arch-version }}
4646 submodules : recursive
4747 script : |
48- conda create -n venv python=3.10 -y
48+ conda create -n venv python=3.10 libgcc-ng=11.2.0 libstdcxx-ng=11.2.0 -y
4949 conda activate venv
5050 python -m pip install --upgrade pip
5151 pip install ${{ matrix.torch-spec }}
@@ -105,7 +105,7 @@ jobs:
105105 gpu-arch-version : ${{ matrix.gpu-arch-version }}
106106 submodules : recursive
107107 script : |
108- conda create -n venv python=3.10 " libgcc-ng>=13.0,<14.0" " libstdcxx-ng>=13.0,<14.0" -c conda-forge -y
108+ conda create -n venv python=3.10 libgcc-ng=11.2.0 libstdcxx-ng=11.2.0 -y
109109 conda activate venv
110110 python -m pip install --upgrade pip
111111 pip install ${{ matrix.torch-spec }}
You can’t perform that action at this time.
0 commit comments