hint to what AMP means
Browse files
README.md
CHANGED
|
@@ -264,7 +264,7 @@ See sample configs in [configs](configs) folder or [examples](examples) for quic
|
|
| 264 |
bf16: true # require >=ampere
|
| 265 |
fp16: true
|
| 266 |
tf32: true # require >=ampere
|
| 267 |
-
bfloat16: true # require >=ampere, use instead of bf16 when you don't want AMP
|
| 268 |
float16: true # use instead of fp16 when you don't want AMP
|
| 269 |
```
|
| 270 |
Note: Repo does not do 4-bit quantization.
|
|
|
|
| 264 |
bf16: true # require >=ampere
|
| 265 |
fp16: true
|
| 266 |
tf32: true # require >=ampere
|
| 267 |
+
bfloat16: true # require >=ampere, use instead of bf16 when you don't want AMP (automatic mixed precision)
|
| 268 |
float16: true # use instead of fp16 when you don't want AMP
|
| 269 |
```
|
| 270 |
Note: Repo does not do 4-bit quantization.
|