DefengXie

Results 1 comments of DefengXie

把quantization.py 里的 `try: import triton import triton.language as tl from .custom_autotune import * except:` 改成 `try: import triton import triton.language as tl from custom_autotune import * except: `