Spaces:
Build error
Build error
burtenshaw commited on
Commit ·
c2b7d57
1
Parent(s): b5abc24
remove gpu from skill
Browse files
.claude/skills/hf-space-sandbox/SKILL.md
CHANGED
|
@@ -5,13 +5,12 @@ description: Run remote workloads on Hugging Face Spaces via SSH using Dev Mode.
|
|
| 5 |
|
| 6 |
# HF Space Dev Mode Sandbox
|
| 7 |
|
| 8 |
-
Run scripts on remote
|
| 9 |
|
| 10 |
## Create Space
|
| 11 |
|
| 12 |
```bash
|
| 13 |
uv run scripts/sandbox.py create user/sandbox
|
| 14 |
-
uv run scripts/sandbox.py create user/sandbox --hardware t4-small --sleep-time 3600 --private
|
| 15 |
```
|
| 16 |
|
| 17 |
## SSH Access
|
|
@@ -61,11 +60,10 @@ print(pipeline("sentiment-analysis")("Hello!"))
|
|
| 61 |
uv run scripts/sandbox.py status user/sandbox
|
| 62 |
uv run scripts/sandbox.py start user/sandbox
|
| 63 |
uv run scripts/sandbox.py stop user/sandbox
|
| 64 |
-
uv run scripts/sandbox.py hardware user/sandbox t4-medium
|
| 65 |
-
uv run scripts/sandbox.py hardware user/sandbox a10g-small --sleep-time 3600
|
| 66 |
uv run scripts/sandbox.py wait user/sandbox
|
| 67 |
```
|
| 68 |
|
| 69 |
-
|
| 70 |
|
| 71 |
-
|
|
|
|
|
|
| 5 |
|
| 6 |
# HF Space Dev Mode Sandbox
|
| 7 |
|
| 8 |
+
Run scripts on remote sandbox hardware via SSH.
|
| 9 |
|
| 10 |
## Create Space
|
| 11 |
|
| 12 |
```bash
|
| 13 |
uv run scripts/sandbox.py create user/sandbox
|
|
|
|
| 14 |
```
|
| 15 |
|
| 16 |
## SSH Access
|
|
|
|
| 60 |
uv run scripts/sandbox.py status user/sandbox
|
| 61 |
uv run scripts/sandbox.py start user/sandbox
|
| 62 |
uv run scripts/sandbox.py stop user/sandbox
|
|
|
|
|
|
|
| 63 |
uv run scripts/sandbox.py wait user/sandbox
|
| 64 |
```
|
| 65 |
|
| 66 |
+
## Hardware
|
| 67 |
|
| 68 |
+
WARNING: Only cpu basic is available for now.
|
| 69 |
+
Fetch this for up to date information: https://huggingface.co/docs/hub/en/spaces-overview
|