Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: PrimeIntellect/INTELLECT-3-FP8
|
| 3 |
+
library_name: gguf
|
| 4 |
+
quantized_by: keypa
|
| 5 |
+
tags:
|
| 6 |
+
- gguf
|
| 7 |
+
- text-generation-inference
|
| 8 |
+
---
|
| 9 |
+
# INTELLECT-3-FP8 - GGUF
|
| 10 |
+
This is a GGUF conversion of [PrimeIntellect/INTELLECT-3-FP8](https://huggingface.co/PrimeIntellect/INTELLECT-3-FP8).
|
| 11 |
+
## Conversion Info
|
| 12 |
+
- **Precision**: F16 (Half Precision)
|
| 13 |
+
- **Tool**: llama.cpp convert-hf-to-gguf.py
|
| 14 |
+
## Usage
|
| 15 |
+
Download and use with llama.cpp or any GGUF-compatible inference engine.
|