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
OpenDAS
bitsandbytes
Commits
76ce9aa6
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "6ea83608adcf9302d3d24733dc319ab4ea9607ad"
Commit
76ce9aa6
authored
Sep 20, 2022
by
justheuristic
Browse files
try fp32
parent
292a4787
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_autograd.py
tests/test_autograd.py
+1
-1
No files found.
tests/test_autograd.py
View file @
76ce9aa6
...
...
@@ -253,7 +253,7 @@ for c in req_grad:
transpose
=
[(
False
,
True
),
(
False
,
False
)]
str_transpose
=
[
"NT"
,
"NN"
]
dtype
=
[
torch
.
float16
,
torch
.
bfloat16
]
dtype
=
[
torch
.
float16
,
torch
.
bfloat16
,
torch
.
float32
]
has_fp16_weights
=
[
True
,
False
]
has_bias
=
[
True
,
False
]
values
=
list
(
...
...
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