Skip to content

Commit

Permalink
update run
Browse files Browse the repository at this point in the history
  • Loading branch information
Leymore committed May 14, 2024
1 parent 0407d27 commit b7f7906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencompass/utils/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from mmengine.config import Config

from opencompass.datasets.custom import make_custom_dataset_config
from opencompass.models import (VLLM, HuggingFaceBaseModel,
HuggingFaceCausalLM,
from opencompass.models import (VLLM, HuggingFace, HuggingFaceBaseModel,
HuggingFaceCausalLM, HuggingFaceChatGLM3,
HuggingFacewithChatTemplate, TurboMindModel)
from opencompass.partitioners import NaivePartitioner, NumWorkerPartitioner
from opencompass.runners import DLCRunner, LocalRunner, SlurmRunner
Expand Down

0 comments on commit b7f7906

Please sign in to comment.