Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## v170 — Real bucket recursive run deletion
|
| 2 |
|
| 3 |
- DELETE `/api/runs/{run_id}` now removes concrete bucket objects under `runs/<run_id>/` using recursive discovery instead of relying only on virtual-folder deletion.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Agentic Space Factory
|
| 3 |
+
sdk: docker
|
| 4 |
+
hf_oauth: true
|
| 5 |
+
hf_oauth_expiration_minutes: 480
|
| 6 |
+
hf_oauth_scopes:
|
| 7 |
+
- read-repos
|
| 8 |
+
- write-repos
|
| 9 |
+
- manage-repos
|
| 10 |
+
- gated-repos
|
| 11 |
+
- inference-api
|
| 12 |
+
- jobs
|
| 13 |
+
- read-billing
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
|
| 17 |
## v170 — Real bucket recursive run deletion
|
| 18 |
|
| 19 |
- DELETE `/api/runs/{run_id}` now removes concrete bucket objects under `runs/<run_id>/` using recursive discovery instead of relying only on virtual-folder deletion.
|