@workglow/huggingface-inference 0.3.7 → 0.3.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.
|
@@ -52,6 +52,7 @@ declare const HfInferenceProvider_base: new (promiseRunFns?: readonly import("@w
|
|
|
52
52
|
readonly displayName: string;
|
|
53
53
|
readonly isLocal: boolean;
|
|
54
54
|
readonly supportsBrowser: boolean;
|
|
55
|
+
readonly supportsServer: boolean;
|
|
55
56
|
};
|
|
56
57
|
/**
|
|
57
58
|
* Worker-server registration for Hugging Face Inference. Imports `AiProvider`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HfInferenceProvider.d.ts","sourceRoot":"","sources":["../../src/ai/HfInferenceProvider.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC
|
|
1
|
+
{"version":3,"file":"HfInferenceProvider.d.ts","sourceRoot":"","sources":["../../src/ai/HfInferenceProvider.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQjD;;;GAGG;AACH,qBAAa,mBAAoB,SAAQ,wBAMxC;IACU,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,SAAS,UAAU,EAAE,CAEpE;IAED,UAAmB,gBAAgB,IAAI,SAAS;QAAE,MAAM,EAAE,SAAS,UAAU,EAAE,CAAA;KAAE,EAAE,CAElF;CACF"}
|
|
@@ -52,6 +52,7 @@ declare const HfInferenceQueuedProvider_base: new (promiseRunFns?: readonly impo
|
|
|
52
52
|
readonly displayName: string;
|
|
53
53
|
readonly isLocal: boolean;
|
|
54
54
|
readonly supportsBrowser: boolean;
|
|
55
|
+
readonly supportsServer: boolean;
|
|
55
56
|
};
|
|
56
57
|
/** Main-thread registration (inline or worker-backed). No queue — uses direct execution. */
|
|
57
58
|
export declare class HfInferenceQueuedProvider extends HfInferenceQueuedProvider_base {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HfInferenceQueuedProvider.d.ts","sourceRoot":"","sources":["../../src/ai/HfInferenceQueuedProvider.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC
|
|
1
|
+
{"version":3,"file":"HfInferenceQueuedProvider.d.ts","sourceRoot":"","sources":["../../src/ai/HfInferenceQueuedProvider.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAS1C,4FAA4F;AAC5F,qBAAa,yBAA0B,SAAQ,8BAM9C;IACU,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,SAAS,UAAU,EAAE,CAEpE;IAED,UAAmB,gBAAgB,IAAI,SAAS;QAAE,MAAM,EAAE,SAAS,UAAU,EAAE,CAAA;KAAE,EAAE,CAElF;CACF"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@workglow/huggingface-inference",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.9",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/workglow-dev/libs.git",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"@huggingface/inference": "^4.13.18"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@workglow/ai": "0.3.
|
|
38
|
-
"@workglow/job-queue": "0.3.
|
|
39
|
-
"@workglow/storage": "0.3.
|
|
40
|
-
"@workglow/task-graph": "0.3.
|
|
41
|
-
"@workglow/util": "0.3.
|
|
37
|
+
"@workglow/ai": "0.3.9",
|
|
38
|
+
"@workglow/job-queue": "0.3.9",
|
|
39
|
+
"@workglow/storage": "0.3.9",
|
|
40
|
+
"@workglow/task-graph": "0.3.9",
|
|
41
|
+
"@workglow/util": "0.3.9"
|
|
42
42
|
},
|
|
43
43
|
"peerDependenciesMeta": {
|
|
44
44
|
"@workglow/ai": {
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@workglow/ai": "0.3.
|
|
62
|
-
"@workglow/job-queue": "0.3.
|
|
63
|
-
"@workglow/storage": "0.3.
|
|
64
|
-
"@workglow/task-graph": "0.3.
|
|
65
|
-
"@workglow/util": "0.3.
|
|
61
|
+
"@workglow/ai": "0.3.9",
|
|
62
|
+
"@workglow/job-queue": "0.3.9",
|
|
63
|
+
"@workglow/storage": "0.3.9",
|
|
64
|
+
"@workglow/task-graph": "0.3.9",
|
|
65
|
+
"@workglow/util": "0.3.9"
|
|
66
66
|
},
|
|
67
67
|
"files": [
|
|
68
68
|
"dist",
|