From 99e386bf302c388a484b792db493c0244dcf57ed Mon Sep 17 00:00:00 2001 From: Wauplin Date: Tue, 14 Nov 2023 09:22:57 +0100 Subject: [PATCH] update hardware flavor list --- docs/hub/spaces-config-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/spaces-config-reference.md b/docs/hub/spaces-config-reference.md index 00dbc262d..6696c83fa 100644 --- a/docs/hub/spaces-config-reference.md +++ b/docs/hub/spaces-config-reference.md @@ -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.