[Bugfix][Model] Fix Qwen2 (#3554)

This commit is contained in:
Roy
2024-03-22 08:18:58 +08:00
committed by GitHub
parent b7050ca7df
commit ea5f14e6ff
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ MODELS = [
"stabilityai/stablelm-3b-4e1t",
"allenai/OLMo-1B",
"bigcode/starcoder2-3b",
"Qwen/Qwen1.5-0.5B",
]