mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 03:10:35 +08:00
add cpm_o test
This commit is contained in:
@@ -127,6 +127,7 @@ def test_base_plugin():
|
|||||||
_check_plugin(**check_inputs)
|
_check_plugin(**check_inputs)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skipif(not HF_TOKEN, reason="Gated model.")
|
||||||
def test_cpm_o_plugin():
|
def test_cpm_o_plugin():
|
||||||
tokenizer_module = _load_tokenizer_module(model_name_or_path="openbmb/MiniCPM-V-2_6")
|
tokenizer_module = _load_tokenizer_module(model_name_or_path="openbmb/MiniCPM-V-2_6")
|
||||||
cpm_o_plugin = get_mm_plugin(name="cpm_o", image_token="<image>")
|
cpm_o_plugin = get_mm_plugin(name="cpm_o", image_token="<image>")
|
||||||
|
|||||||
Reference in New Issue
Block a user