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

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-05-22 15:01:07 +02:00
committed by GitHub
parent a35a494745
commit ca86a7cf6e
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ UNSUPPORTED_MODELS_V1 = [
"openai/whisper-large-v3", # transcription
"facebook/bart-large-cnn", # encoder decoder
"mistralai/Mamba-Codestral-7B-v0.1", # mamba
"hmellor/bamba-tiny-random", # hybrid
"hmellor/tiny-random-BambaForCausalLM", # hybrid
"BAAI/bge-m3", # embedding
]