Skip to content

Commit f2d51a2

Browse files
authored
Intel Gen 4 Xeon and later support bf16 (#6367)
* Intel Gen 4 Xeon and later support bf16 * fix bf16 notes
1 parent 811fd06 commit f2d51a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/textual_inversion/textual_inversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def parse_args():
341341
help=(
342342
"Whether to use mixed precision. Choose"
343343
"between fp16 and bf16 (bfloat16). Bf16 requires PyTorch >= 1.10."
344-
"and an Nvidia Ampere GPU."
344+
"and Nvidia Ampere GPU or Intel Gen 4 Xeon (and later) ."
345345
),
346346
)
347347
parser.add_argument(

0 commit comments

Comments
 (0)