Views
No views yet
google/gemma-4-E4B-it.| Property | Value |
|---|---|
| Base model | google/gemma-4-E4B-it |
| Quantization | INT4 weight-only |
| Approx. on-disk size | ~9.2 GB |
| License | Gemma Terms of Use |
| Languages | English |
1vllm serve drawais/Gemma-4-E4B-text-HQQ-INT4 \
2 --max-model-len 32768 \
3 --gpu-memory-utilization 0.941from vllm import LLM, SamplingParams
2llm = LLM(model="drawais/Gemma-4-E4B-text-HQQ-INT4", max_model_len=32768)
3print(llm.generate(["Hello!"], SamplingParams(max_tokens=128))[0].outputs[0].text)google/gemma-4-E4B-it,
released by its original authors under the Gemma Terms of Use.LICENSE, and required attribution is in NOTICE.