[object Object]

← back to Exo

fix config

8484eb416583ee85722681893db0b4c774067258 · 2025-01-23 01:37:01 +0000 · Alex Cheema

Files touched

Diff

commit 8484eb416583ee85722681893db0b4c774067258
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Thu Jan 23 01:37:01 2025 +0000

    fix config
---
 .circleci/config.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index b09f72b1..11c20ab0 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -255,7 +255,9 @@ jobs:
           expected_output: "Michael Jackson"
 
   chatgpt_api_integration_test_tinygrad_linux:
-    resource_class: ubuntu-24.04
+    machine:
+      image: ubuntu-2204:current
+    resource_class: large
     steps:
       - checkout
       - run:

← 790c08af add linux tinygrad test  ·  back to Exo  ·  beef up the instance 495987b5 →