Skip to content

Commit fa3a896

Browse files
committed
[fix]batch infer test
1 parent 52b78b6 commit fa3a896

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/model/test_settings/test_settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"llama-65b": (LlamaTpPartModel, os.path.join(base_dir, "")),
2525
"llama2-70b": (LlamaTpPartModel, os.path.join(base_dir, "")),
2626
"chatglm2-6b": (ChatGlm2TpPartModel, os.path.join(base_dir, "")),
27-
"llama3-8b": (LlamaTpPartModel, "/data/models/Meta-Llama-3-8B-Instruct"),
2827
}
2928

3029

0 commit comments

Comments
 (0)