mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 16:54:42 +00:00
add tests/verification/conf/lmstudio.yaml
This commit is contained in:
parent
6377b1912b
commit
6135bdec22
1 changed files with 16 additions and 0 deletions
16
tests/verifications/conf/lmstudio.yaml
Normal file
16
tests/verifications/conf/lmstudio.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
base_url: http://localhost:1234/v1/
|
||||
models:
|
||||
- meta-llama-3.1-8b-instruct
|
||||
- llama-3.2-3b-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
|
||||
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:
|
||||
- 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