modelstat 0.10.0 → 0.10.1
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/dist/cli.mjs +6 -6
- package/dist/cli.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -36749,8 +36749,8 @@ var init_node = __esm({
|
|
|
36749
36749
|
async function createPrivacyFilterRedactor(opts = {}) {
|
|
36750
36750
|
const isBrowser = typeof globalThis !== "undefined" && typeof globalThis.window !== "undefined";
|
|
36751
36751
|
const device = opts.device ?? (isBrowser ? "webgpu" : "cpu");
|
|
36752
|
-
const dtype = opts.dtype ?? "
|
|
36753
|
-
const modelId = opts.model ?? "
|
|
36752
|
+
const dtype = opts.dtype ?? "q8";
|
|
36753
|
+
const modelId = opts.model ?? "Xenova/bert-base-NER";
|
|
36754
36754
|
const importModule2 = opts.importModule ?? ((id) => import(
|
|
36755
36755
|
/* @vite-ignore */
|
|
36756
36756
|
id
|
|
@@ -37315,7 +37315,7 @@ var init_scan = __esm({
|
|
|
37315
37315
|
init_api();
|
|
37316
37316
|
init_config2();
|
|
37317
37317
|
init_pipeline2();
|
|
37318
|
-
DAEMON_VERSION = true ? "daemon-0.10.
|
|
37318
|
+
DAEMON_VERSION = true ? "daemon-0.10.1" : "daemon-dev";
|
|
37319
37319
|
BATCH_MAX_EVENTS = INGEST_BATCH_MAX_EVENTS;
|
|
37320
37320
|
BATCH_MAX_TOOL_CALLS = 2e4;
|
|
37321
37321
|
BATCH_BUFFER_HARD_CAP = BATCH_MAX_EVENTS * 2;
|
|
@@ -37882,7 +37882,7 @@ var PROCESSING_VERSION;
|
|
|
37882
37882
|
var init_processing_version = __esm({
|
|
37883
37883
|
"src/processing-version.ts"() {
|
|
37884
37884
|
"use strict";
|
|
37885
|
-
PROCESSING_VERSION =
|
|
37885
|
+
PROCESSING_VERSION = 9;
|
|
37886
37886
|
}
|
|
37887
37887
|
});
|
|
37888
37888
|
|
|
@@ -40262,7 +40262,7 @@ var init_daemon = __esm({
|
|
|
40262
40262
|
init_scan();
|
|
40263
40263
|
init_single_flight();
|
|
40264
40264
|
init_update();
|
|
40265
|
-
DAEMON_VERSION2 = true ? "daemon-0.10.
|
|
40265
|
+
DAEMON_VERSION2 = true ? "daemon-0.10.1" : "daemon-dev";
|
|
40266
40266
|
HEARTBEAT_INTERVAL_MS = 1e4;
|
|
40267
40267
|
SCAN_INTERVAL_MS = 5 * 60 * 1e3;
|
|
40268
40268
|
DISCOVERY_INTERVAL_MS = 6e4;
|
|
@@ -40879,7 +40879,7 @@ function tryOpenBrowser(url) {
|
|
|
40879
40879
|
return false;
|
|
40880
40880
|
}
|
|
40881
40881
|
}
|
|
40882
|
-
var DAEMON_VERSION3 = true ? "daemon-0.10.
|
|
40882
|
+
var DAEMON_VERSION3 = true ? "daemon-0.10.1" : "daemon-dev";
|
|
40883
40883
|
function osFamily() {
|
|
40884
40884
|
const p = platform6();
|
|
40885
40885
|
if (p === "darwin") return "macos";
|