Typo.
This commit is contained in:
parent
0b5859213e
commit
da8ebf16fe
|
@ -257,7 +257,7 @@ try:
|
|||
c_mask = (offs_am[:, None] < M) & (offs_bk[None, :] < K)
|
||||
tl.store(c_ptrs, accumulator, mask=c_mask)
|
||||
except:
|
||||
print('trioton not installed.')
|
||||
print('triton not installed.')
|
||||
|
||||
|
||||
def matmul248(input, qweight, scales, qzeros, g_idx, bits, maxq):
|
||||
|
|
Loading…
Reference in New Issue