Add New Gemma 4 models to the Foundry Local model list #766
Replies: 8 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 |
|
Hi fellows, any updates ? |
|
Any update on integrating Gemma with Foundry Local? |
|
The project is really interesting and has a lot of potential for local AI workflows. 👏 Any updates ? |
|
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 |
|
Google introduced a new gemma 4 12 billion parameters I think it's a very good choice to be available. |
|
The fact that Gemma 4's smaller variants can be run without GPU/NPU makes them particularly interesting for a lot of us, too. Right now, the only Foundry Local non-Speech models that are available for CPU are the qwen3 models. It'd be great to have a few more options available. |
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/
All reactions