You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For custom-model inferences, pass model’s orga id (#8926)
The worker uses the organization id to find the path of the custom
aiModel.
If it was trained in another orga, that orga’s id must be used.
### Steps to test:
(I tested locally)
- check out corresponding vx pr
scalableminds/voxelytics#4283
- create multi-orga setup (via features.isWkOrgInstance=true)
- the second orga must also have pricing plan custom, its user must be
superuser
- share the sample model with the new orga
- in that orga, run it on a dataset
- workflow should start running in the worker.
### Issues:
- fixes https://scm.slack.com/archives/C5AKLAV0B/p1757942045889209
------
- [x] Added changelog entry (create a `$PR_NUMBER.md` file in
`unreleased_changes` or use `./tools/create-changelog-entry.py`)
- [x] Removed dev-only changes like prints and application.conf edits
- [x] Considered [common edge
cases](../blob/master/.github/common_edge_cases.md)
---------
Co-authored-by: bulldozer-boy[bot] <53086266+bulldozer-boy[bot]@users.noreply.github.com>
- Fixed running custom-model worker inferences with models shared from other wk organizations. [#4283](https://github.com/scalableminds/voxelytics/pull/4283)
0 commit comments