Skip to content

Commit 7b19df9

Browse files
Update suggested hardware to match current existing available flavors (#1402)
* Update suggested hardware to match current existing available flavors * Update docs/hub/spaces-config-reference.md Co-authored-by: christophe-rannou <[email protected]> * Update docs/hub/spaces-config-reference.md --------- Co-authored-by: christophe-rannou <[email protected]>
1 parent bdc42b1 commit 7b19df9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/hub/spaces-config-reference.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ All versions of Streamlit from `0.79.0` are supported.
3232
Specify the suggested [hardware](https://huggingface.co/docs/hub/spaces-gpus) on which this Space must be run.
3333
Useful for Spaces that are meant to be duplicated by other users.
3434
Setting this value will not automatically assign an hardware to this Space.
35-
Value must be a valid hardware flavor (e.g. `"cpu-upgrade"`, `"t4-small"`, `"t4-medium"`, `"a10g-small"`, `"a10g-large"`, `"a10g-largex2"`, `"a10g-largex4"` or `"a100-large"`).
35+
Value must be a valid hardware flavor. Current valid hardware flavors:
36+
- CPU: `"cpu-basic"`, `"cpu-upgrade"`
37+
- GPU: `"t4-small"`, `"t4-medium"`, `"l4x1"`,
38+
`"l4x4"`, `"a10g-small"`, `"a10g-large"`, `"a10g-largex2"`,
39+
`"a10g-largex4"`,`"a100-large"`
40+
- TPU: `"v5e-1x1"`, `"v5e-2x2"`, `"v5e-2x4"`
3641

3742
**`suggested_storage`** : _string_
3843
Specify the suggested [permanent storage](https://huggingface.co/docs/hub/spaces-storage) on which this Space must be run.

0 commit comments

Comments
 (0)