Skip to content

Commit 89b36ad

Browse files
authored
gptqmodel: Fixup supported models list (#1281)
* There was a missing ',' after minicpm which was breaking model detection * I noticed this after trying to use the PR: #1116 * Test: Build on local and try out minicpmo Signed-off-by: Forenche <prahul2003@gmail.com>
1 parent 52d2c42 commit 89b36ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptqmodel/models/_const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def get_best_device(backend: BACKEND = BACKEND.AUTO) -> torch.device:
157157
"cohere",
158158
"cohere2",
159159
"minicpm",
160-
"minicpm3"
160+
"minicpm3",
161161
"qwen2_moe",
162162
"qwen2_vl",
163163
"dbrx_converted",

0 commit comments

Comments
 (0)