Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
title: Neuron Exporter
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: yellow
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
-
short_description: Neuron
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Neuron Exporter
|
| 3 |
+
emoji: ⚡
|
| 4 |
colorFrom: yellow
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
hf_oauth: true
|
| 8 |
+
hf_oauth_scopes:
|
| 9 |
+
- read-repos
|
| 10 |
+
- write-repos
|
| 11 |
+
- write-discussions
|
| 12 |
+
- manage-repos
|
| 13 |
pinned: false
|
| 14 |
license: apache-2.0
|
| 15 |
+
short_description: 'Export HF models to AWS Neuron-optimized format for Trn/Inf '
|
| 16 |
---
|
| 17 |
|
| 18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|