mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
update
This commit is contained in:
parent
1a5bfc1de5
commit
820ae396a4
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ def w8a8_block_fp8_matmul_triton(
|
|||
return C
|
||||
|
||||
|
||||
# Python version of the above triton function
|
||||
# Python version of the above triton function, it's much slower than the triton version
|
||||
@torch.compile
|
||||
def w8a8_block_fp8_matmul_compile(
|
||||
input_q: torch.Tensor, # [batch, seq_len, hidden_dim]
|
||||
|
|
|
|||
Loading…
Reference in a new issue