Skip to content

Releases: huggingface/transformers.js

2.0.0-alpha.3

16 May 06:16

Choose a tag to compare

2.0.0-alpha.3 Pre-release
Pre-release

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

15 May 18:12

Choose a tag to compare

2.0.0-alpha.2 Pre-release
Pre-release

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

15 May 18:00

Choose a tag to compare

2.0.0-alpha.1 Pre-release
Pre-release

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

15 May 15:30

Choose a tag to compare

2.0.0-alpha.0 Pre-release
Pre-release

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, and AutoProcessor.)
  • Node.js model caching (#62)

Minor changes