cicdatopea
commited on
fix typo
Browse files
README.md
CHANGED
@@ -6,8 +6,11 @@ base_model:
|
|
6 |
---
|
7 |
## Model Details
|
8 |
|
9 |
-
This model is an int4 model with group_size 128 and symmetric quantization of [deepseek-ai/
|
10 |
|
|
|
|
|
|
|
11 |
## How to Use
|
12 |
|
13 |
### Requirements
|
|
|
6 |
---
|
7 |
## Model Details
|
8 |
|
9 |
+
This model is an int4 model with group_size 128 and symmetric quantization of [deepseek-ai/DeepSeek-V3](https://huggingface.co/deepseek-ai/DeepSeek-V3) generated by [intel/auto-round](https://github.com/intel/auto-round) algorithm.
|
10 |
|
11 |
+
Loading the model in Transformers can be quite slow.
|
12 |
+
|
13 |
+
Please follow the license of the original model.
|
14 |
## How to Use
|
15 |
|
16 |
### Requirements
|