h4shy commited on
Commit
009240d
·
verified ·
1 Parent(s): f17b6f6

Update README.md

Browse files

This version is quantized by h4shy for the purpose of production usage on old and/or cheap hardware and CPU-only setups, the goal here is to achieve an inference-ready setup aiming for production use with considerable resource constrains, these particular quantization choices will help inferences with medium to heavy CPU constrains and low to medium RAM constrains, as well as reservations for production efficiency.

Q5_0: Medium to fast inference, optimal RAM usage.
Q8_0: More inference speed, more RAM usage.

Evaluations and precise research coming soon.

Original model: [gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it)
Software used for quantization: [llama.cpp](https://github.com/ggml-org/llama.cpp)

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,3 +1,7 @@
1
- ---
2
- license: gemma
3
- ---
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ base_model:
4
+ - google/gemma-3-1b-it
5
+ base_model_relation: quantized
6
+ pipeline_tag: text-generation
7
+ ---