From e710da0eb063ebd2042aed808397d4fb817f2037 Mon Sep 17 00:00:00 2001 From: deng Date: Sat, 8 Jun 2024 22:02:36 +0800 Subject: [PATCH] add step to access gpu --- .gitea/workflows/test_action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test_action.yaml b/.gitea/workflows/test_action.yaml index 2031e40..c6a3689 100644 --- a/.gitea/workflows/test_action.yaml +++ b/.gitea/workflows/test_action.yaml @@ -12,3 +12,5 @@ jobs: run: python -V - name: access image housed by lfs run: md5sum data/images/220px-George_the_amazing_guinea_pig.jpg + - name: access GPU + run: nvidia-smi