define python version (3.10) explicitly as string in yaml

This commit is contained in:
Wing Lian
2023-05-30 22:23:35 -04:00
parent 0abcd71a85
commit c5b0af1a7e

View File

@@ -16,19 +16,19 @@ jobs:
include: include:
- cuda: "118" - cuda: "118"
cuda_version: 11.8.0 cuda_version: 11.8.0
python_version: 3.9 python_version: "3.9"
axolotl_extras: axolotl_extras:
- cuda: "118" - cuda: "118"
cuda_version: 11.8.0 cuda_version: 11.8.0
python_version: 3.10 python_version: "3.10"
axolotl_extras: axolotl_extras:
- cuda: "117" - cuda: "117"
cuda_version: 11.7.0 cuda_version: 11.7.0
python_version: 3.9 python_version: "3.9"
pytorch: 1.13.1 pytorch: 1.13.1
axolotl_extras: axolotl_extras:
- cuda: "118" - cuda: "118"
python_version: 3.9 python_version: "3.9"
cuda_version: 11.8.0 cuda_version: 11.8.0
pytorch: 2.0.0 pytorch: 2.0.0
axolotl_extras: gptq axolotl_extras: gptq