Skip to content

Commit 19744f5

Browse files
authored
add Gemma3 LLM to supported models (#1942)
1 parent f613958 commit 19744f5

File tree

1 file changed

+12
-0
lines changed
  • site/docs/supported-models/_components/llm-models-table

1 file changed

+12
-0
lines changed

site/docs/supported-models/_components/llm-models-table/models.ts

+12
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,18 @@ export const LLM_MODELS: LLMModelType[] = [
258258
},
259259
],
260260
},
261+
{
262+
architecture: 'Gemma3ForCausalLM',
263+
models: [
264+
{
265+
name: 'Gemma3',
266+
links: [
267+
'https://huggingface.co/google/gemma-3-1b-it',
268+
'https://huggingface.co/google/gemma-3-1b-pt',
269+
],
270+
},
271+
],
272+
},
261273
{
262274
architecture: 'GlmForCausalLM',
263275
models: [

0 commit comments

Comments
 (0)