Commit
·
b6e1344
1
Parent(s):
54a6f3d
Update README.md
Browse files
README.md
CHANGED
@@ -62,3 +62,4 @@ Information:
|
|
62 |
| `int8` | 25% | 1.0 | Lower precision, suitable for whole numbers within a specific range. Often used where memory is crucial. |
|
63 |
|
64 |
See what level of "compute" your Nvidia GPU supports: https://en.wikipedia.org/wiki/CUDA#GPUs_supported
|
|
|
|
62 |
| `int8` | 25% | 1.0 | Lower precision, suitable for whole numbers within a specific range. Often used where memory is crucial. |
|
63 |
|
64 |
See what level of "compute" your Nvidia GPU supports: https://en.wikipedia.org/wiki/CUDA#GPUs_supported
|
65 |
+
Also see: https://en.wikipedia.org/wiki/Bfloat16_floating-point_format#bfloat16_floating-point_format
|