release v0.2.2, fix #1478 #1466

Former-commit-id: c9534c411716e1dceb54c5eb35fe845c93ee2973
This commit is contained in:
hiyouga
2023-11-13 23:09:05 +08:00
parent 885efe772e
commit ec334f5891
3 changed files with 10 additions and 2 deletions

View File

@@ -150,6 +150,14 @@ register_model_group(
)
register_model_group(
models={
"LingoWhale-8B": "deeplang-ai/LingoWhale-8B"
},
module="qkv_proj"
)
register_model_group(
models={
"LLaMA-7B": "huggyllama/llama-7b",