Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,8 @@ pinned: false
|
|
| 11 |
Tools to enhance LLM quantizations
|
| 12 |
|
| 13 |
# [fp32_to_fp16.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/fp32_to_fp16.py)
|
| 14 |
-
Converts FP32 to FP16 safetensors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
Tools to enhance LLM quantizations
|
| 12 |
|
| 13 |
# [fp32_to_fp16.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/fp32_to_fp16.py)
|
| 14 |
+
- Converts FP32 to FP16 safetensors
|
| 15 |
+
|
| 16 |
+
# [textonly_ripper.md](https://huggingface.co/spaces/Naphula/model_tools/blob/main/textonly_ripper.md)
|
| 17 |
+
# [textonly_ripper.py](https://huggingface.co/spaces/Naphula/model_tools/blob/main/textonly_ripper.py)
|
| 18 |
+
- Converts a sharded, multimodal (text and vision) model into a text-only version
|