Skip to content

Commit

Permalink
[Feature] Add Interntrain model support (#1548)
Browse files Browse the repository at this point in the history
Co-authored-by: x54-729 <[email protected]>
  • Loading branch information
x54-729 and x54-729 authored Sep 23, 2024
1 parent 24915ae commit 3356671
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 0 deletions.
1 change: 1 addition & 0 deletions opencompass/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from .huggingface_above_v4_33 import HuggingFacewithChatTemplate # noqa: F401
from .hunyuan_api import Hunyuan # noqa: F401
from .intern_model import InternLM # noqa: F401
from .interntrain import InternTrain # noqa: F401
from .krgpt_api import KrGPT # noqa: F401
from .lightllm_api import LightllmAPI, LightllmChatAPI # noqa: F401
from .llama2 import Llama2, Llama2Chat # noqa: F401
Expand Down
Loading

0 comments on commit 3356671

Please sign in to comment.