Skip to content

Commit fc64491

Browse files
authored
Merge pull request #27 from PrimeIntellect-ai/fix/readme
add int4 quant support to readme
2 parents ac175fd + e292d0d commit fc64491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Quantization is the process of mapping continuous values into a finite, discrete
1414

1515
✅ **Parallel De/Quantization**: Efficiently quantizes and de-quantizes data using multiple threads.
1616

17-
✅ **Rich Datatype Support:** Provides f32, f64 ↔ (u)int8/16/32/64.
17+
✅ **Rich Datatype Support:** Provides f32, f64 ↔ (u)int4/8/16/32/64.
1818

1919
✅ **Modern Python API:** Use the library from Python with PyTorch, numpy or standalone.
2020

0 commit comments

Comments
 (0)