Spaces:
Runtime error
Runtime error
jhj0517 commited on
Commit ·
fb6dcd1
1
Parent(s): 51b3bf5
Try CUDA environment
Browse files- .github/workflows/ci.yml +4 -3
.github/workflows/ci.yml
CHANGED
|
@@ -13,14 +13,15 @@ on:
|
|
| 13 |
jobs:
|
| 14 |
build:
|
| 15 |
|
| 16 |
-
runs-on:
|
|
|
|
| 17 |
strategy:
|
| 18 |
matrix:
|
| 19 |
python: ["3.10"]
|
| 20 |
|
| 21 |
steps:
|
| 22 |
-
- name: Clean up space for action
|
| 23 |
-
run: rm -rf /opt/hostedtoolcache
|
| 24 |
|
| 25 |
- uses: actions/checkout@v4
|
| 26 |
- name: Setup Python
|
|
|
|
| 13 |
jobs:
|
| 14 |
build:
|
| 15 |
|
| 16 |
+
runs-on:
|
| 17 |
+
group: cuda-gpu-runner-group
|
| 18 |
strategy:
|
| 19 |
matrix:
|
| 20 |
python: ["3.10"]
|
| 21 |
|
| 22 |
steps:
|
| 23 |
+
# - name: Clean up space for action
|
| 24 |
+
# run: rm -rf /opt/hostedtoolcache
|
| 25 |
|
| 26 |
- uses: actions/checkout@v4
|
| 27 |
- name: Setup Python
|