Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mulin.lyh committed Jun 3, 2024
1 parent 2c34473 commit 9a9730a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tests/entrypoints/test_model_from_modelscope.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import asyncio
import pytest

from vllm import LLM, SamplingParams

# model: https://modelscope.cn/models/qwen/Qwen1.5-0.5B-Chat/summary
Expand Down
2 changes: 1 addition & 1 deletion vllm/transformers_utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from transformers import PretrainedConfig

from vllm.envs import VLLM_USE_MODELSCOPE
from vllm.logger import init_logger
from vllm.transformers_utils.configs import (ChatGLMConfig, DbrxConfig,
JAISConfig, MPTConfig, RWConfig)
from vllm.envs import VLLM_USE_MODELSCOPE

logger = init_logger(__name__)

Expand Down

0 comments on commit 9a9730a

Please sign in to comment.