williamliao commited on
Commit
b590952
·
verified ·
1 Parent(s): bc57a64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -98,9 +98,9 @@ unsloth/Qwen3.8-27B-NVFP4
98
 
99
  using a modified `convert_hf_to_gguf.py` with support for Qwen3.8 compressed-tensors mixed NVFP4 / FP8 layouts.
100
 
101
- ### Important: this is NOT a 100% faithful restoration of the Unsloth checkpoint
102
 
103
- The Unsloth source checkpoint uses **mixed-precision compressed-tensors** with multiple quantization groups.
104
 
105
  During conversion:
106
 
@@ -109,6 +109,14 @@ During conversion:
109
  - FP8 tensors are dequantized by the converter.
110
  - With `--fp8-as-q8`, those FP8 tensors are then written as **Q8_0** instead of preserving their original FP8 storage format.
111
 
 
 
 
 
 
 
 
 
112
  Therefore:
113
 
114
  > **Qwen3.8-27B-Unsloth-NVFP4-Q8 is not a bit-identical, numerically identical, or 100% format-faithful copy of `unsloth/Qwen3.8-27B-NVFP4`.**
 
98
 
99
  using a modified `convert_hf_to_gguf.py` with support for Qwen3.8 compressed-tensors mixed NVFP4 / FP8 layouts.
100
 
101
+ ### Important: not a 1:1 reproduction of the Unsloth checkpoint
102
 
103
+ This GGUF is derived from `unsloth/Qwen3.8-27B-NVFP4`, but it is not a bit-identical or format-identical reproduction of the original compressed-tensors checkpoint.
104
 
105
  During conversion:
106
 
 
109
  - FP8 tensors are dequantized by the converter.
110
  - With `--fp8-as-q8`, those FP8 tensors are then written as **Q8_0** instead of preserving their original FP8 storage format.
111
 
112
+ As a result, the original Unsloth mixed-precision layout is not preserved exactly.
113
+
114
+ Qwen3.8-27B-Unsloth-NVFP4-Q8 should therefore be considered an Unsloth-derived NVFP4/Q8 GGUF conversion for llama.cpp, not a 100% faithful reproduction of unsloth/Qwen3.8-27B-NVFP4.
115
+
116
+ The NVFP4 portions are preserved through repacking where applicable, but the checkpoint's complete original mixed-precision representation is not reproduced exactly.
117
+
118
+ It should also not be assumed to behave identically to the original Unsloth checkpoint under Transformers, compressed-tensors, vLLM, or another reference runtime.
119
+
120
  Therefore:
121
 
122
  > **Qwen3.8-27B-Unsloth-NVFP4-Q8 is not a bit-identical, numerically identical, or 100% format-faithful copy of `unsloth/Qwen3.8-27B-NVFP4`.**