From 80ba23367ea03472d54e1a52af62634ad9c80a55 Mon Sep 17 00:00:00 2001 From: Cedar Date: Thu, 9 Jan 2025 15:37:54 -0800 Subject: [PATCH] comments --- .github/workflows/pkgci_shark_ai.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkgci_shark_ai.yml b/.github/workflows/pkgci_shark_ai.yml index 0174a811a..b86906297 100644 --- a/.github/workflows/pkgci_shark_ai.yml +++ b/.github/workflows/pkgci_shark_ai.yml @@ -27,8 +27,8 @@ jobs: version: [3.11] fail-fast: false runs-on: nodai-amdgpu-mi250-x86-64 - # runs-on: ubuntu-latest # everything else works but this errs during model loading - # TODO: make this / a copy of this using tiny llamas run on the standard runners + # runs-on: ubuntu-latest # everything else works but this throws an "out of resources" during model loading + # TODO: make a copy of this that runs on standard runners with tiny llama instead of a 8b model defaults: run: shell: bash