Skip to content

fix: use PREVIOUS_VERSION_TAG for models on main#1188

Merged
chmjkb merged 2 commits into
mainfrom
@chmjkb/change-model-versions
May 26, 2026
Merged

fix: use PREVIOUS_VERSION_TAG for models on main#1188
chmjkb merged 2 commits into
mainfrom
@chmjkb/change-model-versions

Conversation

@chmjkb
Copy link
Copy Markdown
Collaborator

@chmjkb chmjkb commented May 26, 2026

Description

Currently models use v0.10.0 tag on HF, and the models are not yet tagged with this tag. This PR fixes that.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

Screenshots

Related issues

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@chmjkb chmjkb requested a review from NorbertKlockiewicz May 26, 2026 09:03
@chmjkb chmjkb merged commit f6cbf2e into main May 26, 2026
4 checks passed
@chmjkb chmjkb deleted the @chmjkb/change-model-versions branch May 26, 2026 09:09
msluszniak added a commit that referenced this pull request May 27, 2026
## Description

Follow-up to #1188. The OCR detector/recognizer and Kokoro TTS
voice/model URLs still pointed to `VERSION_TAG` (v0.10.0), which is not
published on HF yet — every fetch 404'd in the computer-vision OCR demo
and TTS examples. Swap them to `PREVIOUS_VERSION_TAG` (v0.9.0) to match
the rest of the model URLs.

### Introduces a breaking change?

- [ ] Yes
- [x] No

### Type of change

- [x] Bug fix (change which fixes an issue)
- [ ] New feature (change which adds functionality)
- [ ] Documentation update (improves or adds clarity to existing
documentation)
- [ ] Other (chores, tests, code style improvements etc.)

### Tested on

- [ ] iOS
- [x] Android

### Testing instructions

1. Run the `computer-vision` demo → OCR screen on `main`.
Detector/recognizer downloads 404.
2. With this PR applied, the same URLs resolve under v0.9.0 and OCR
loads.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants