Update README.md
Browse files
README.md
CHANGED
|
@@ -5,13 +5,15 @@ app_file: app.py
|
|
| 5 |
hf_oauth: true
|
| 6 |
hf_oauth_expiration_minutes: 480
|
| 7 |
hf_oauth_scopes:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Agentic Space Factory
|
|
@@ -96,4 +98,4 @@ If a generated Space fails during build or startup, the builder now performs one
|
|
| 96 |
Generated Spaces no longer pin `huggingface_hub<1.0.0`; modern model cards may require Transformers 5.x, which in turn requires newer Hub versions. The builder normalizes generated requirements to a compatible `huggingface_hub<2.0.0` range before upload.
|
| 97 |
|
| 98 |
|
| 99 |
-
Hardware decisions are written to `hardware_strategy.json` and `hardware_attempts.json` in the user run bucket.
|
|
|
|
| 5 |
hf_oauth: true
|
| 6 |
hf_oauth_expiration_minutes: 480
|
| 7 |
hf_oauth_scopes:
|
| 8 |
+
- read-repos
|
| 9 |
+
- write-repos
|
| 10 |
+
- manage-repos
|
| 11 |
+
- gated-repos
|
| 12 |
+
- inference-api
|
| 13 |
+
- jobs
|
| 14 |
+
- read-billing
|
| 15 |
+
colorFrom: red
|
| 16 |
+
colorTo: purple
|
| 17 |
---
|
| 18 |
|
| 19 |
# Agentic Space Factory
|
|
|
|
| 98 |
Generated Spaces no longer pin `huggingface_hub<1.0.0`; modern model cards may require Transformers 5.x, which in turn requires newer Hub versions. The builder normalizes generated requirements to a compatible `huggingface_hub<2.0.0` range before upload.
|
| 99 |
|
| 100 |
|
| 101 |
+
Hardware decisions are written to `hardware_strategy.json` and `hardware_attempts.json` in the user run bucket.
|