Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ base_model:
|
|
5 |
base_model_relation: quantized
|
6 |
pipeline_tag: text-generation
|
7 |
---
|
8 |
-
This version is quantized by h4shy
|
9 |
|
10 |
Q5_0: Medium to fast inference, optimal RAM usage.
|
11 |
Q8_0: More inference speed, more RAM usage.
|
|
|
5 |
base_model_relation: quantized
|
6 |
pipeline_tag: text-generation
|
7 |
---
|
8 |
+
This version is quantized by h4shy with the consideration of low-end hardware and CPU-only setups. The goal here is to achieve an inference-ready setup aiming for production use with considerable resource constrains, as these particular quantization choices will help with running inferences where there are medium to high CPU constrains and low to medium RAM constrains, as well as reserving resources for production efficiency.
|
9 |
|
10 |
Q5_0: Medium to fast inference, optimal RAM usage.
|
11 |
Q8_0: More inference speed, more RAM usage.
|