release v0.2.2, fix #1478 #1466

This commit is contained in:
hiyouga
2023-11-13 23:09:05 +08:00
parent 87390ae3b7
commit 35cc1e28f6
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",