[PR #12836] Integration Tests for Qwen3VL #45223

Open
opened 2026-04-25 00:55:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12836
Author: @gr4ceG
Created: 10/29/2025
Status: 🔄 Open

Base: mainHead: grace/qwen3-vl-tests


📝 Commits (8)

  • b0cd31c some of the tests starting to work
  • b123efc added some more tests for qwen3vl
  • 3035781 sat math images
  • 509d7ff streaming and non-streaming
  • ab92a8c for instruct and thinking cloud versions
  • 2a52149 embeddings: removed redundant TestAPIEmbeddings test (#12863)
  • c51ab4a reverse changes
  • fc0cf9a i forgot what i did here

📊 Changes

5 files changed (+259 additions, -0 deletions)

View changed files

integration/qwen3vl_test.go (+259 -0)
integration/testdata/menu.png (+0 -0)
integration/testdata/satmath1.png (+0 -0)
integration/testdata/satmath2.png (+0 -0)
integration/testdata/sf-city.jpeg (+0 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/12836 **Author:** [@gr4ceG](https://github.com/gr4ceG) **Created:** 10/29/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `grace/qwen3-vl-tests` --- ### 📝 Commits (8) - [`b0cd31c`](https://github.com/ollama/ollama/commit/b0cd31c9c1e0df9f847bb49ac4ee984b8a2de9b4) some of the tests starting to work - [`b123efc`](https://github.com/ollama/ollama/commit/b123efc8bf02e4165b82b81cbe71229496a5f7ed) added some more tests for qwen3vl - [`3035781`](https://github.com/ollama/ollama/commit/30357816f9fb54fe82b10efcdc7fba7863d923e4) sat math images - [`509d7ff`](https://github.com/ollama/ollama/commit/509d7ff11435ff8a56047995a0fe38d829be33ec) streaming and non-streaming - [`ab92a8c`](https://github.com/ollama/ollama/commit/ab92a8ce43c3afaedd9b9422818e08a20375319d) for instruct and thinking cloud versions - [`2a52149`](https://github.com/ollama/ollama/commit/2a5214930e1003c0540b0d074c9d5caebbdc0646) embeddings: removed redundant TestAPIEmbeddings test (#12863) - [`c51ab4a`](https://github.com/ollama/ollama/commit/c51ab4aa808e146d6cd0fd8999b78ba0a6e3043f) reverse changes - [`fc0cf9a`](https://github.com/ollama/ollama/commit/fc0cf9a1411f33f12a3663ef2d1dba0d5b60da78) i forgot what i did here ### 📊 Changes **5 files changed** (+259 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `integration/qwen3vl_test.go` (+259 -0) ➕ `integration/testdata/menu.png` (+0 -0) ➕ `integration/testdata/satmath1.png` (+0 -0) ➕ `integration/testdata/satmath2.png` (+0 -0) ➕ `integration/testdata/sf-city.jpeg` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 00:55:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#45223