keypa commited on
Commit
ecd1c4d
·
verified ·
1 Parent(s): b603633

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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.