File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
lightllm/common/triton_utils Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11import triton
22import orjson
33import os
4- from pathlib import Path
5- from tqdm import tqdm
6- from frozendict import frozendict
74import inspect
85import torch
6+ import fcntl
97import torch .distributed as dist
10- from functools import lru_cache
8+ from pathlib import Path
9+ from tqdm import tqdm
10+ from frozendict import frozendict
1111from lightllm .utils .device_utils import get_current_device_name
12- import math
13- import fcntl
1412from lightllm .utils .log_utils import init_logger
15- import traceback
1613from typing import Callable , Optional , Union , List
17- from lightllm .utils .envs_utils import is_triton_autotune_enabled , disable_triton_autotune
14+ from lightllm .utils .envs_utils import is_triton_autotune_enabled
1815from lightllm .common .kernel_config import KernelConfigs
1916
2017
You can’t perform that action at this time.
0 commit comments