Skip to content

Commit

Permalink
update hardware flavor list (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin authored Nov 14, 2023
1 parent d3c9d81 commit 2fcc57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hub/spaces-config-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ All versions of Streamlit from `0.79.0` are supported.
Specify the suggested [hardware](https://huggingface.co/docs/hub/spaces-gpus) on which this Space must be run.
Useful for Spaces that are meant to be duplicated by other users.
Setting this value will not automatically assign an hardware to this Space.
Value must be a valid hardware flavor (e.g. `"cpu-upgrade"`, `"t4-small"`, `"t4-medium"`, `"a10g-small"`, `"a10g-large"` or `"a100-large"`).
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"`).

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

0 comments on commit 2fcc57f

Please sign in to comment.