mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-06 17:32:09 +00:00
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)
|
c_mask = (offs_am[:, None] < M) & (offs_bk[None, :] < K)
|
||||||
tl.store(c_ptrs, accumulator, mask=c_mask)
|
tl.store(c_ptrs, accumulator, mask=c_mask)
|
||||||
except:
|
except:
|
||||||
print('trioton not installed.')
|
print('triton not installed.')
|
||||||
|
|
||||||
|
|
||||||
def matmul248(input, qweight, scales, qzeros, g_idx, bits, maxq):
|
def matmul248(input, qweight, scales, qzeros, g_idx, bits, maxq):
|
||||||
|
Loading…
Reference in New Issue
Block a user