diff --git a/packages/hub/src/types/public.ts b/packages/hub/src/types/public.ts index 59477393b..d29a89543 100644 --- a/packages/hub/src/types/public.ts +++ b/packages/hub/src/types/public.ts @@ -155,6 +155,7 @@ export type License = | "deepfloyd-if-license" | "llama2" | "llama3" + | "llama3.1" | "gemma" | "unknown" | "other";