瀏覽代碼

own runner test

Alex Cheema 5 月之前
父節點
當前提交
8f259e7c1e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/build_and_test.yml

+ 1 - 1
.github/workflows/build_and_test.yml

@@ -128,7 +128,7 @@ jobs:
           fi
 
   chatgpt_api_tests:
-    runs-on: ${{ (matrix.inference_engine == 'tinygrad' || matrix.inference_engine == 'dummy') && 'depot-ubuntu-22.04-4' || 'depot-macos-latest' }}
+    runs-on: ${{ (matrix.inference_engine == 'tinygrad' || matrix.inference_engine == 'dummy') && 'M4PRO_GPU16_24GB' || 'M4PRO_GPU16_24GB' }}
     strategy:
       matrix:
         inference_engine: [mlx, tinygrad, dummy]