Skip to content

Commit

Permalink
Add new hardware flavors (#897)
Browse files Browse the repository at this point in the history
To match [#1402](huggingface/hub-docs#1402)

---------

Co-authored-by: Eliott C. <[email protected]>
  • Loading branch information
apolinario and coyotte508 committed Sep 6, 2024
1 parent 83a9cb6 commit 4037f6f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/hub/src/types/public.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,16 @@ export type SpaceHardwareFlavor =
| "cpu-upgrade"
| "t4-small"
| "t4-medium"
| "l4x1"
| "l4x4"
| "a10g-small"
| "a10g-large"
| "a100-large";
| "a10g-largex2"
| "a10g-largex4"
| "a100-large"
| "v5e-1x1"
| "v5e-2x2"
| "v5e-2x4";

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

Expand Down

0 comments on commit 4037f6f

Please sign in to comment.