rename chatglm to chatglm2 (#4484)

This commit is contained in:
Jianghai
2023-08-22 14:13:31 +08:00
committed by GitHub
parent 1c7df566e2
commit 5545114fd8
6 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ from .albert import *
from .bert import *
from .blip2 import *
from .bloom import *
from .chatglm import *
from .chatglm2 import *
from .gpt import *
from .llama import *
from .opt import *