Skip to content

Commit cfc2616

Browse files
authored
Replace 'pytorch-labs' with 'meta-pytorch' in 1 files (#354)
1 parent 16eddff commit cfc2616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tritonbench/operators/int4_gemm/int4_gemm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Compute a bf16 (activation) x int4 (weight) gemm.
3-
Inspired by [gpt-fast](https://github.com/pytorch-labs/gpt-fast)
3+
Inspired by [gpt-fast](https://github.com/meta-pytorch/gpt-fast)
44
ATen kernels from tinygemm
55
Triton implementation by @jlebar: https://gist.github.com/jlebar/3435b2c00deea53258887ce37231e5e2
66
"""

0 commit comments

Comments
 (0)