forked from mrq/bitsandbytes-rocm
try fp32
This commit is contained in:
parent
292a478716
commit
76ce9aa6da
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user