diff --git a/transformersjs/build/transformers.js b/transformersjs/build/transformers.js index b8e1342..0c702e8 100644 --- a/transformersjs/build/transformers.js +++ b/transformersjs/build/transformers.js @@ -37868,11 +37868,10 @@ function quantize_embeddings(tensor, precision) { /******/ /******/ /* webpack/runtime/publicPath */ /******/ (() => { -/******/ var scriptUrl; +/******/ var scriptUrl = ''; /******/ if (typeof import.meta.url === "string") scriptUrl = import.meta.url /******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration /******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic. -/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser"); /******/ scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/"); /******/ __webpack_require__.p = scriptUrl; /******/ })();