Update autograd_4bit.py

This commit is contained in:
wassname
2023-04-10 14:45:21 +08:00
committed by GitHub
parent 3c7417d485
commit d5514e6c11
+1 -1
View File
@@ -1,4 +1,4 @@
import matmul_utils_4bit as mm4b
import .matmul_utils_4bit as mm4b
import torch
import torch.nn as nn
import time