Update utils.py
This commit is contained in:
parent
5ee394758d
commit
8d07b0e64a
1 changed files with 0 additions and 1 deletions
|
|
@ -158,7 +158,6 @@ pass
|
|||
if HAS_CUDA_STREAM:
|
||||
@torch.inference_mode
|
||||
def fast_dequantize(W, quant_state = None, out = None, use_global_buffer = False):
|
||||
use_global_buffer = False
|
||||
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