From d7635b71486c65629f2ec1e4fe8c70396366aa96 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 15 Jun 2023 02:06:27 -0400 Subject: [PATCH] hint to what AMP means --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 225ef0dd7..d6c9cfefb 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ See sample configs in [configs](configs) folder or [examples](examples) for quic bf16: true # require >=ampere fp16: true tf32: true # require >=ampere - bfloat16: true # require >=ampere, use instead of bf16 when you don't want AMP + bfloat16: true # require >=ampere, use instead of bf16 when you don't want AMP (automatic mixed precision) float16: true # use instead of fp16 when you don't want AMP ``` Note: Repo does not do 4-bit quantization.