Skip to content

Commit 4037f6f

Browse files
Add new hardware flavors (#897)
To match [#1402](huggingface/hub-docs#1402) --------- Co-authored-by: Eliott C. <[email protected]>
1 parent 83a9cb6 commit 4037f6f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/hub/src/types/public.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,16 @@ export type SpaceHardwareFlavor =
2323
| "cpu-upgrade"
2424
| "t4-small"
2525
| "t4-medium"
26+
| "l4x1"
27+
| "l4x4"
2628
| "a10g-small"
2729
| "a10g-large"
28-
| "a100-large";
30+
| "a10g-largex2"
31+
| "a10g-largex4"
32+
| "a100-large"
33+
| "v5e-1x1"
34+
| "v5e-2x2"
35+
| "v5e-2x4";
2936

3037
export type SpaceSdk = "streamlit" | "gradio" | "docker" | "static";
3138

0 commit comments

Comments
 (0)