"vscode:/vscode.git/clone" did not exist on "6ad8044463acaac14dd03b310ae18df6b3d97161"
Commit 76ce9aa6 authored by justheuristic's avatar justheuristic
Browse files

try fp32

parent 292a4787
......@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment