Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
f2d51a28
Unverified
Commit
f2d51a28
authored
Jan 05, 2024
by
jiqing-feng
Committed by
GitHub
Jan 05, 2024
Browse files
Intel Gen 4 Xeon and later support bf16 (#6367)
* Intel Gen 4 Xeon and later support bf16 * fix bf16 notes
parent
811fd062
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/textual_inversion/textual_inversion.py
examples/textual_inversion/textual_inversion.py
+1
-1
No files found.
examples/textual_inversion/textual_inversion.py
View file @
f2d51a28
...
@@ -341,7 +341,7 @@ def parse_args():
...
@@ -341,7 +341,7 @@ def parse_args():
help
=
(
help
=
(
"Whether to use mixed precision. Choose"
"Whether to use mixed precision. Choose"
"between fp16 and bf16 (bfloat16). Bf16 requires PyTorch >= 1.10."
"between fp16 and bf16 (bfloat16). Bf16 requires PyTorch >= 1.10."
"and
an
Nvidia Ampere GPU."
"and Nvidia Ampere GPU
or Intel Gen 4 Xeon (and later)
."
),
),
)
)
parser
.
add_argument
(
parser
.
add_argument
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment