Update README.md
Browse files
README.md
CHANGED
@@ -49,9 +49,9 @@ ASSISTANT:
|
|
49 |
|
50 |
## Quantization process:
|
51 |
|
52 |
-
| Original Model | β | (optional but recommended) Float16 Model* | β |
|
53 |
| -------------- | --- | ------------- | --- | ---------------- | --- | ---------- |
|
54 |
-
| [WizardLM 70B V1.0](https://huggingface.co/WizardLM/WizardLM-70B-V1.0) | β | [WizardLM 70B V1.0-HF](https://huggingface.co/simsim314/WizardLM-70B-V1.0-HF)* | β |
|
55 |
|
56 |
Example to convert WizardLM-70B-V1.0-HF to EXL2 4.0 bpw with 6-bit head:
|
57 |
|
|
|
49 |
|
50 |
## Quantization process:
|
51 |
|
52 |
+
| Original Model | β | (optional but recommended) Float16 Model* | β | Safetensors Model** | β | EXL2 Model |
|
53 |
| -------------- | --- | ------------- | --- | ---------------- | --- | ---------- |
|
54 |
+
| [WizardLM 70B V1.0](https://huggingface.co/WizardLM/WizardLM-70B-V1.0) | β | [WizardLM 70B V1.0-HF](https://huggingface.co/simsim314/WizardLM-70B-V1.0-HF)* | β | Safetensors** | β | EXL2 |
|
55 |
|
56 |
Example to convert WizardLM-70B-V1.0-HF to EXL2 4.0 bpw with 6-bit head:
|
57 |
|