@huggingface/transformers 3.0.0-alpha.1 → 3.0.0-alpha.2

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.
@@ -3913,6 +3913,9 @@ if (ONNX_ENV?.wasm) {
3913
3913
  // We use remote wasm files by default to make it easier for newer users.
3914
3914
  // In practice, users should probably self-host the necessary .wasm files.
3915
3915
  // ONNX_ENV.wasm.wasmPaths = 'https://cdn.jsdelivr.net/npm/onnxruntime-web@1.19.0-dev.20240804-ee2fe87e2d/dist/';
3916
+ // console.log(apis.IS_FS_AVAILABLE);
3917
+ console.log(_env_js__WEBPACK_IMPORTED_MODULE_0__.apis);
3918
+ console.log(import.meta.env);
3916
3919
 
3917
3920
  // TODO: Add support for loading WASM files from cached buffer when we upgrade to onnxruntime-web@1.19.0
3918
3921
  // https://github.com/microsoft/onnxruntime/pull/21534