mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 13:19:33 +00:00
llama-4-scout-17b-16e-instruct passing tests
This commit is contained in:
parent
6135bdec22
commit
cfc6bdae68
3 changed files with 1150 additions and 9 deletions
|
|
@ -1,16 +1,10 @@
|
|||
base_url: http://localhost:1234/v1/
|
||||
models:
|
||||
- meta-llama-3.1-8b-instruct
|
||||
- llama-3.2-3b-instruct
|
||||
- llama-4-scout-17b-16e-instruct
|
||||
model_display_names:
|
||||
meta-llama-3.1-8b-instruct: Llama-3.1-8b-Instruct
|
||||
llama-3.2-3b-instruct: Llama-3.2-3b-Instruct
|
||||
llama-4-scout-17b-16e-instruct: Llama-4-Scout-Instruct
|
||||
test_exclusions:
|
||||
meta-llama-3.1-8b-instruct:
|
||||
- test_chat_non_streaming_image
|
||||
- test_chat_streaming_image
|
||||
- test_chat_multi_turn_multiple_images
|
||||
llama-3.2-3b-instruct:
|
||||
llama-4-scout-17b-16e-instruct:
|
||||
- test_chat_non_streaming_image
|
||||
- test_chat_streaming_image
|
||||
- test_chat_multi_turn_multiple_images
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue