Upload 5 files
Browse files- CHANGELOG.md +7 -0
- README.md +2 -1
CHANGELOG.md
CHANGED
|
@@ -68,3 +68,10 @@
|
|
| 68 |
- Requests `zero-a10g` first, with optional fixed GPU fallback (`l40sx1` by default).
|
| 69 |
- Validates a cheap `/health` endpoint live via `gradio_client` before marking success.
|
| 70 |
- Stores hardware attempts, model analysis, generated files, Pi logs, traces, and report in the bucket.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
- Requests `zero-a10g` first, with optional fixed GPU fallback (`l40sx1` by default).
|
| 69 |
- Validates a cheap `/health` endpoint live via `gradio_client` before marking success.
|
| 70 |
- Stores hardware attempts, model analysis, generated files, Pi logs, traces, and report in the bucket.
|
| 71 |
+
|
| 72 |
+
## V7.2
|
| 73 |
+
|
| 74 |
+
- Fixed Phase 7 README metadata upload failures by sanitizing `short_description` to <= 60 characters before upload.
|
| 75 |
+
- Moved Space hardware requests after file upload to avoid newly-created private Space propagation issues.
|
| 76 |
+
- Made hardware requests more tolerant by passing hardware strings directly and retrying with backoff.
|
| 77 |
+
- Added `read-billing` to OAuth scopes metadata to help with paid hardware/fallback checks.
|
README.md
CHANGED
|
@@ -16,9 +16,10 @@ hf_oauth_scopes:
|
|
| 16 |
- gated-repos
|
| 17 |
- inference-api
|
| 18 |
- jobs
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
-
# Agentic Space Factory —
|
| 22 |
|
| 23 |
This version validates the safe foundation for a Hugging Face-native “Agentic Space Factory”.
|
| 24 |
|
|
|
|
| 16 |
- gated-repos
|
| 17 |
- inference-api
|
| 18 |
- jobs
|
| 19 |
+
- read-billing
|
| 20 |
---
|
| 21 |
|
| 22 |
+
# Agentic Space Factory — V7.2 LongCat Article Reproduction
|
| 23 |
|
| 24 |
This version validates the safe foundation for a Hugging Face-native “Agentic Space Factory”.
|
| 25 |
|