Commit 53250530 authored by gaoqiong's avatar gaoqiong
Browse files

Update w8a8_int8.py

parent 40b94473
...@@ -192,9 +192,9 @@ class W8A8Int8LinearMethod(LinearMethodBase): ...@@ -192,9 +192,9 @@ class W8A8Int8LinearMethod(LinearMethodBase):
else: else:
best_config=None best_config=None
if best_config==None: #if best_config==None:
print("m:{},n:{},k:{}".format(m,n,k)) # print("m:{},n:{},k:{}".format(m,n,k))
print("config not found!") # print("config not found!")
return ops.triton_scaled_mm(x_q, return ops.triton_scaled_mm(x_q,
layer.weight, layer.weight,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment