Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,8 @@ base_model:
|
|
| 11 |
**Base model:** `meta-llama/Llama-3.1-8B-Instruct`
|
| 12 |
**How it was made:** One-shot calibration with LLM Compressor (NVFP4 recipe), long-seq calibration.
|
| 13 |
|
| 14 |
-
> Notes: Keep `lm_head` in high precision; calibrate on long, domain-relevant sequences.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
**Base model:** `meta-llama/Llama-3.1-8B-Instruct`
|
| 12 |
**How it was made:** One-shot calibration with LLM Compressor (NVFP4 recipe), long-seq calibration.
|
| 13 |
|
| 14 |
+
> Notes: Keep `lm_head` in high precision; calibrate on long, domain-relevant sequences.
|
| 15 |
+
|
| 16 |
+
Check the original model card for information about this model.
|
| 17 |
+
|
| 18 |
+
If there are other models you're interested in seeing quantized to NVFP4 for use on the DGX Spark, or other modern Blackwell (or newer) cards let me know. I'm trying to make more NVFP4 models available to spread the adoption.
|