Commit 71d84ff
Upgrade @huggingface/transformers to v4.0.0-next.8 for Qwen3.5 support (#59)
* Initial plan
* fix: upgrade @huggingface/transformers to next (v4.0.0-next.8) for Qwen3.5 support
Fixes two errors when loading onnx-community/Qwen3.5-0.8B-ONNX:
- Unknown tokenizer class "TokenizersBackend" (v4 adds @huggingface/tokenizers dep)
- Unsupported model type: qwen3_5 (v4 adds qwen3_5 model type support)
Updates bun.lock with all new transitive dependencies:
- @huggingface/tokenizers@0.1.3 (new)
- onnxruntime-web@1.25.0-dev.20260307-d626b568e0
- onnxruntime-node@1.24.3
- onnxruntime-common@1.24.3
- adm-zip@0.5.16 (new dep of onnxruntime-node 1.24.3)
All 250 tests pass. TypeScript and ESLint clean.
Co-authored-by: devlux76 <86517969+devlux76@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devlux76 <86517969+devlux76@users.noreply.github.com>1 parent 10fa517 commit 71d84ff
2 files changed
Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
72 | | - | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
0 commit comments