Skip to content

Commit eff9999

Browse files
authored
[Haven VLM Connector] Fix breaking change due to torchvision release (#695)
1 parent c512db2 commit eff9999

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

plugins/AHavenVLMConnector/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the A Haven VLM Connector project will be documented in this file.
44

5+
## [1.1.1] - 2026-04-05
6+
### Fixes
7+
- Mitigate TorchVision v0.26.0 release https://github.com/Haven-hvn/haven-vlm-engine-package/commit/7a3a6f9dd931237c93c5205f3d31df3e285ae21d
8+
59
## [1.0.0] - 2025-06-29
610

711
### Added

plugins/AHavenVLMConnector/ahavenvlmconnector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Haven VLM Connector
22
# requires: PythonDepManager
33
description: Tag videos with Vision-Language Models using any OpenAI-compatible VLM endpoint
4-
version: 1.1.0
4+
version: 1.1.1
55
url: https://discourse.stashapp.cc/t/haven-vlm-connector/5464
66
exec:
77
- python

plugins/AHavenVLMConnector/haven_vlm_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"stashapi:stashapp-tools==0.2.58",
3636
"aiohttp==3.12.13",
3737
"pydantic==2.12.5",
38-
"vlm-engine==1.0.0",
38+
"vlm-engine==1.0.1",
3939
"pyyaml==6.0.2",
4040
)
4141

0 commit comments

Comments
 (0)