Skip to content

Commit 71d84ff

Browse files
Copilotdevlux76
andauthored
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

File tree

bun.lock

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@
4545
"type": "git",
4646
"url": "git+https://github.com/devlux76/q2.git"
4747
},
48-
"keywords": ["llm", "onnx", "transformers", "wasm", "quaternary-quantization"],
48+
"keywords": [
49+
"llm",
50+
"onnx",
51+
"transformers",
52+
"wasm",
53+
"quaternary-quantization"
54+
],
4955
"license": "MIT",
5056
"devDependencies": {
5157
"@eslint/eslintrc": "^3.3.5",
@@ -69,6 +75,6 @@
6975
"vitest": "latest"
7076
},
7177
"dependencies": {
72-
"@huggingface/transformers": "latest"
78+
"@huggingface/transformers": "^4.0.0-next.8"
7379
}
7480
}

0 commit comments

Comments
 (0)