[object Object]

← back to Exo

docker runner

2564d7c2b4e058c4f5c50e98d320e26e312338f9 · 2024-08-02 15:34:11 +0100 · Alex Cheema

Files touched

Diff

commit 2564d7c2b4e058c4f5c50e98d320e26e312338f9
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Aug 2 15:34:11 2024 +0100

    docker runner
---
 .circleci/config.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5358caae..30be9851 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -172,17 +172,17 @@ jobs:
           model_id: llama-3.1-8b
 
   test_cuda:
-    machine:
-      image: linux-cuda-12:default
-    resource_class: gpu.nvidia.medium
+    docker:
+      - image: cimg/base:current
+    resource_class: xlarge
     steps:
       - checkout
-      - run: nvidia-smi
+      - run: echo "hi"
 
   chatgpt_api_integration_test_tinygrad:
-    machine:
-      image: linux-cuda-12:default
-    resource_class: gpu.nvidia.medium
+    docker:
+      - image: cimg/base:current
+    resource_class: xlarge
     steps:
       - checkout
       - run: nvidia-smi

← aa99c8ae trigger circleci  ·  back to Exo  ·  t 49664c46 →