Skip to content

Commit

Permalink
chore: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Dec 9, 2024
1 parent 10a3b36 commit f860f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench_engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ def get_engine(model_class: str, model_id: str, context_size: int = None):
)
# ===== QWEN =====
if model_class == "qwen":
from utils.qwen import QwenFunctionCallingAdapter
from kani.ext.vllm import VLLMEngine
from vllm import SamplingParams

from utils.qwen import QwenFunctionCallingAdapter

if model_id == "Qwen/Qwen2.5-72B-Instruct":
model = VLLMEngine(
model_id="Qwen/Qwen2.5-72B-Instruct",
Expand Down

0 comments on commit f860f42

Please sign in to comment.