diff --git a/packages/hub/src/types/public.ts b/packages/hub/src/types/public.ts index 648f5a615b..c348cdae47 100644 --- a/packages/hub/src/types/public.ts +++ b/packages/hub/src/types/public.ts @@ -175,6 +175,7 @@ export type License = | "llama2" | "llama3" | "llama3.1" + | "llama3.2" | "gemma" | "unknown" | "other";