Skip to content

Commit 631b6a8

Browse files
authored
fix
1 parent 3d19cbd commit 631b6a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightllm/utils/envs_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import os
22
import json
3+
import torch
34
from easydict import EasyDict
45
from functools import lru_cache
56
from lightllm.utils.log_utils import init_logger
6-
import torch
7+
78

89
logger = init_logger(__name__)
910

0 commit comments

Comments
 (0)