@huggingface/transformers 3.0.0-alpha.7 → 3.0.0-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -101,7 +101,7 @@ npm i @huggingface/transformers
101
101
  Alternatively, you can use it in vanilla JS, without any bundler, by using a CDN or static hosting. For example, using [ES Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules), you can import the library with:
102
102
  ```html
103
103
  <script type="module">
104
- import { pipeline } from 'https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.0.0-alpha.7';
104
+ import { pipeline } from 'https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.0.0-alpha.9';
105
105
  </script>
106
106
  ```
107
107
 
@@ -134,7 +134,7 @@ Check out the Transformers.js [template](https://huggingface.co/new-space?templa
134
134
 
135
135
 
136
136
 
137
- By default, Transformers.js uses [hosted pretrained models](https://huggingface.co/models?library=transformers.js) and [precompiled WASM binaries](https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.0.0-alpha.7/dist/), which should work out-of-the-box. You can customize this as follows:
137
+ By default, Transformers.js uses [hosted pretrained models](https://huggingface.co/models?library=transformers.js) and [precompiled WASM binaries](https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.0.0-alpha.9/dist/), which should work out-of-the-box. You can customize this as follows:
138
138
 
139
139
  ### Settings
140
140
 
@@ -3779,7 +3779,7 @@ __webpack_require__.r(__webpack_exports__);
3779
3779
  // Licensed under the MIT License.
3780
3780
  // This file is generated by /js/scripts/update-version.ts
3781
3781
  // Do not modify file content manually.
3782
- const version = '1.18.0';
3782
+ const version = '1.19.0';
3783
3783
  //# sourceMappingURL=version.js.map
3784
3784
 
3785
3785
  /***/ }),
@@ -4440,7 +4440,7 @@ __webpack_require__.r(__webpack_exports__);
4440
4440
 
4441
4441
 
4442
4442
 
4443
- const VERSION = '3.0.0-alpha.7';
4443
+ const VERSION = '3.0.0-alpha.9';
4444
4444
 
4445
4445
  // Check if various APIs are available (depends on environment)
4446
4446
  const IS_BROWSER_ENV = typeof self !== 'undefined';