소스 검색

linux-cuda image

Alex Cheema 1 년 전
부모
커밋
3a0c9c8582
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .circleci/config.yml

+ 2 - 1
.circleci/config.yml

@@ -173,10 +173,11 @@ jobs:
 
   chatgpt_api_integration_test_tinygrad:
     machine:
-      image: ubuntu-2204-cuda-11.8:current
+      image: linux-cuda-12:default
     resource_class: gpu.nvidia.small.gen2
     steps:
       - checkout
+      - run: nvidia-smi
       - run:
           name: Set up Python
           command: |