Releases: huggingface/transformers.js
Releases · huggingface/transformers.js
2.0.0-alpha.3
Pre-release for Transformers.js v2.0.0
Same as https://github.com/xenova/transformers.js/releases/tag/2.0.0-alpha.2 but with added allowLocalModels setting and improved handling of errors (e.g., CORS errors).
2.0.0-alpha.2
Pre-release for Transformers.js v2.0.0
Same as https://github.com/xenova/transformers.js/releases/tag/2.0.0-alpha.1 but with updated jsdelivr entry point in package.json
2.0.0-alpha.1
Pre-release for Transformers.js v2.0.0
Same as https://github.com/xenova/transformers.js/releases/tag/2.0.0-alpha.0 but with CDN-specific entry points in package.json
2.0.0-alpha.0
Pre-release for Transformers.js v2.0.0
Major changes
- Complete ES6 rewrite
- Documentation live at https://huggingface.co/docs/transformers.js
- Overhauled testing framework (now using Jest)
- Improve hub integration (now you can simply pass model ids to
pipeline,AutoModel,AutoTokenizer, andAutoProcessor.) - Node.js model caching (#62)
Minor changes
- Added tutorials and example projects (https://github.com/xenova/transformers.js/tree/main/examples)
- CI/CD with GitHub actions
- Various bug fixes and improvements