mirror of
https://github.com/ollama/ollama.git
synced 2025-11-10 23:07:24 +01:00
for instruct and thinking cloud versions
This commit is contained in:
@@ -23,8 +23,7 @@ func TestQwen3VLNonStreaming(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func runQwen3VLTests(t *testing.T, stream bool) {
|
func runQwen3VLTests(t *testing.T, stream bool) {
|
||||||
models := []string{"qwen3vl-odc-dev"} // , "qwen3vl-thinking-odc-dev", "qwen3-vl:8b"}
|
models := []string{"qwen3-vl:235b-cloud", "qwen3-vl:235b-instruct-cloud"}
|
||||||
|
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
name string
|
name string
|
||||||
messages []api.Message
|
messages []api.Message
|
||||||
|
|||||||
Reference in New Issue
Block a user