Unverified Commit ca86a7cf authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

[CI/Build] Update bamba test model location (#18544)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent a35a4947
...@@ -31,7 +31,7 @@ HYBRID_MODELS = [ ...@@ -31,7 +31,7 @@ HYBRID_MODELS = [
# not compatible with pip-compile. # not compatible with pip-compile.
"pfnet/plamo-2-1b", "pfnet/plamo-2-1b",
"Zyphra/Zamba2-1.2B-instruct", "Zyphra/Zamba2-1.2B-instruct",
"hmellor/bamba-tiny-random", "hmellor/tiny-random-BambaForCausalLM",
] ]
# Avoid OOM # Avoid OOM
......
...@@ -124,7 +124,7 @@ _TEXT_GENERATION_EXAMPLE_MODELS = { ...@@ -124,7 +124,7 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
"BaichuanForCausalLM": _HfExamplesInfo("baichuan-inc/Baichuan2-7B-chat", "BaichuanForCausalLM": _HfExamplesInfo("baichuan-inc/Baichuan2-7B-chat",
trust_remote_code=True), trust_remote_code=True),
"BambaForCausalLM": _HfExamplesInfo("ibm-ai-platform/Bamba-9B", "BambaForCausalLM": _HfExamplesInfo("ibm-ai-platform/Bamba-9B",
extras={"tiny": "hmellor/bamba-tiny-random"}), # noqa: E501 extras={"tiny": "hmellor/tiny-random-BambaForCausalLM"}), # noqa: E501
"BloomForCausalLM": _HfExamplesInfo("bigscience/bloom-560m", "BloomForCausalLM": _HfExamplesInfo("bigscience/bloom-560m",
{"1b": "bigscience/bloomz-1b1"}), {"1b": "bigscience/bloomz-1b1"}),
"ChatGLMModel": _HfExamplesInfo("THUDM/chatglm3-6b", "ChatGLMModel": _HfExamplesInfo("THUDM/chatglm3-6b",
......
...@@ -12,7 +12,7 @@ UNSUPPORTED_MODELS_V1 = [ ...@@ -12,7 +12,7 @@ UNSUPPORTED_MODELS_V1 = [
"openai/whisper-large-v3", # transcription "openai/whisper-large-v3", # transcription
"facebook/bart-large-cnn", # encoder decoder "facebook/bart-large-cnn", # encoder decoder
"mistralai/Mamba-Codestral-7B-v0.1", # mamba "mistralai/Mamba-Codestral-7B-v0.1", # mamba
"hmellor/bamba-tiny-random", # hybrid "hmellor/tiny-random-BambaForCausalLM", # hybrid
"BAAI/bge-m3", # embedding "BAAI/bge-m3", # embedding
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment