metadata
language:
- en
library_name: transformers
license: other
license_name: gemma-terms-of-use
license_link: https://ai.google.dev/gemma/terms
tags:
- text-generation-inference
- gemma
- gptq
- google
extra_gated_heading: Access Gemma on Hugging Face
extra_gated_prompt: >-
To access Gemma on Hugging Face, you’re required to review and agree to
Google’s usage license. To do this, please ensure you’re logged-in to Hugging
Face and click below. Requests are processed immediately.
extra_gated_button_content: Acknowledge license
elysiantech/gemma-2b-gptq-4bit
gemma-2b-gptq-4bit is a version of the 2B base model model that was quantized using the GPTQ method developed by Lin et al. (2023).
Please refer to the Original Gemma Model Card for details about the model preparation and training processes.
Dependencies
auto-gptq
– AutoGPTQ was used to quantize the phi-3 model.vllm==0.4.2
– vLLM was used to host models for benchmarking.