This commit is contained in:
Nicolas Patry 2023-06-12 11:50:08 +02:00
parent 0b5859213e
commit da8ebf16fe
1 changed files with 1 additions and 1 deletions

View File

@ -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):