From c5b0af1a7e845231dd7ceed27ac7034e51883469 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 30 May 2023 22:23:35 -0400 Subject: [PATCH] define python version (3.10) explicitly as string in yaml --- .github/workflows/base.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 61495e677..b6ab3a04f 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -16,19 +16,19 @@ jobs: include: - cuda: "118" cuda_version: 11.8.0 - python_version: 3.9 + python_version: "3.9" axolotl_extras: - cuda: "118" cuda_version: 11.8.0 - python_version: 3.10 + python_version: "3.10" axolotl_extras: - cuda: "117" cuda_version: 11.7.0 - python_version: 3.9 + python_version: "3.9" pytorch: 1.13.1 axolotl_extras: - cuda: "118" - python_version: 3.9 + python_version: "3.9" cuda_version: 11.8.0 pytorch: 2.0.0 axolotl_extras: gptq