Update utils.py
This commit is contained in:
parent
91231ab3e6
commit
18ab316dd2
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ if HAS_CUDA_STREAM:
|
|||
@torch.inference_mode
|
||||
def fast_dequantize(W, quant_state = None, out = None, use_global_buffer = False):
|
||||
use_global_buffer = False
|
||||
print(W, quant_state)
|
||||
if quant_state is None: return W
|
||||
if type(quant_state) is not list:
|
||||
# New quant_state as a class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue