Add New Gemma 4 models to the Foundry Local model list #766
Replies: 7 comments
-
|
Also I know in past Gemma versions there have been licensing concerns but Gemma 4 is now under a straight Apache 2.0 license so those issues should be resolved |
Beta Was this translation helpful? Give feedback.
-
|
Hi fellows, any updates ? |
Beta Was this translation helpful? Give feedback.
-
|
Any update on integrating Gemma with Foundry Local? |
Beta Was this translation helpful? Give feedback.
-
|
The project is really interesting and has a lot of potential for local AI workflows. 👏 Any updates ? |
Beta Was this translation helpful? Give feedback.
-
|
You can use olive auto-opt \
--model_name_or_path google/gemma-4-E4B-it \
--trust_remote_code \
--output_path ./gemma4_e4b_cpu \
--device cpu \
--provider CPUExecutionProvider \
--use_ort_genai \
--precision int4 \
--max_seq_len 2048 \
--log_level 1and for amd npu : olive auto-opt \
--model_name_or_path google/gemma-4-E4B-it \
--trust_remote_code \
--output_path ./gemma4_e4b_vitis \
--device npu \
--provider VitisAIExecutionProvider \
--use_ort_genai \
--precision int4 \
--max_seq_len 2048 \
--context_length 128000 \
--log_level 1 |
Beta Was this translation helpful? Give feedback.
-
|
@samuel100, Any updates? |
Beta Was this translation helpful? Give feedback.
-
|
Google introduced a new gemma 4 12 billion parameters I think it's a very good choice to be available. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The new Gemma 4 models are out and they seem like they'd be a lot of fun to experiment with from a device local perspective.
Would it be possible to get the E2B, E4B, 26B A4B, and maybe even the 31B model (or a quantized variant) added to the supported model list?
https://blog.google/innovation-and-ai/technology/developers-tools/gemma-4/
Beta Was this translation helpful? Give feedback.
All reactions