diff --git a/packages/hub/src/types/public.ts b/packages/hub/src/types/public.ts index c348cdae47..0941a152f2 100644 --- a/packages/hub/src/types/public.ts +++ b/packages/hub/src/types/public.ts @@ -177,5 +177,7 @@ export type License = | "llama3.1" | "llama3.2" | "gemma" + | "apple-ascl" + | "apple-amlr" | "unknown" | "other";