Skip to content

Binaries update#803

Merged
benITo47 merged 3 commits into
release/0.7from
@bo/UpdateBinaries_0.7
Feb 12, 2026
Merged

Binaries update#803
benITo47 merged 3 commits into
release/0.7from
@bo/UpdateBinaries_0.7

Conversation

@benITo47
Copy link
Copy Markdown
Contributor

Description

This PR cherrypicks commits:
18d7e33 - Change executorch binaries
9e79b9b - Exclude tests directory from package.json files

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

Run apps for LLM, T2I, S2T, Embedding

msluszniak and others added 2 commits February 12, 2026 10:27
## Description

This PR excludes `tests` directory from publishing list on npm.

### Introduces a breaking change?

- [ ] Yes
- [x] 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)
- [x] Other (chores, tests, code style improvements etc.)

### Tested on

- [ ] iOS
- [ ] Android

### Testing instructions

Run `npm pack --dry-run` to check if `tests` directory is not included
anymore.

### Screenshots

<!-- Add screenshots here, if applicable -->

### Related issues

<!-- Link related issues here using #issue-number -->

### Checklist

- [x] 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
- [x] My changes generate no new warnings

### Additional notes

<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->
## Description

This PR changes binaries to include new tokenizer functionalities.

Added: 
- Wordpiece model and decoder
- Bert and Roberta tokenization is supported 
- Padding and truncation from tokenizer.json is now respected 



### 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

- [x] iOS
- [x] Android

### Testing instructions
Run the test suites. 
Run all apps that use tokenizers and verify they load and produce proper
output (LLM, S2T, T2I, Embeddings etc.)

### Checklist

- [x] I have performed a self-review of my code

### Additional notes
Running the tests can yield some issues. Couldn't get to why they happen.
Calling failing functions in example apps yields proper results.
Probably some issue with test environment. We decided to not hold this
PR due to failing TC's and investigate them later on.
@benITo47 benITo47 requested review from chmjkb and mkopcins February 12, 2026 09:36
@chmjkb
Copy link
Copy Markdown
Collaborator

chmjkb commented Feb 12, 2026

please change the version in package.json so its a 0.7 patch and change the title of the pr so we know its a release

@benITo47 benITo47 merged commit a305030 into release/0.7 Feb 12, 2026
2 checks passed
@benITo47 benITo47 deleted the @bo/UpdateBinaries_0.7 branch February 12, 2026 10:50
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.

3 participants