Update README.md
Browse files
README.md
CHANGED
@@ -43,11 +43,9 @@ ASSISTANT:
|
|
43 |
|
44 |
## Quantization process
|
45 |
|
46 |
-
Original Model --> Float16 Model --> Safetensor Model --> EXL2 Model
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
[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) --> Safetensor --> EXL2
|
51 |
|
52 |
Use any one of the following scripts to convert your float16 pytorch_model bin files to safetensors:
|
53 |
|
|
|
43 |
|
44 |
## Quantization process
|
45 |
|
46 |
+
| Original Model | --> | Float16 Model | --> | Safetensor Model | --> | EXL2 Model |
|
47 |
+
| -------------- | --- | ------------- | --- | ---------------- | --- | ---------- |
|
48 |
+
| [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) | --> | Safetensor | --> | EXL2 |
|
|
|
|
|
49 |
|
50 |
Use any one of the following scripts to convert your float16 pytorch_model bin files to safetensors:
|
51 |
|