Update utils.py
This commit is contained in:
parent
ed45bd9cd3
commit
cb6318299d
1 changed files with 1 additions and 2 deletions
|
|
@ -460,8 +460,7 @@ def matmul_lora(X, W, W_quant, A, B, s, out = None):
|
|||
else:
|
||||
reshape = False
|
||||
pass
|
||||
|
||||
print(X.device, W.device, torch.cuda.current_device())
|
||||
|
||||
out = torch_matmul(X, W, out = out)
|
||||
if W_quant is not None: del W
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue