@workglow/huggingface-transformers 0.3.11 → 0.3.12
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/ai/common/HFT_BackgroundRemoval.d.ts +0 -3
- package/dist/ai/common/HFT_BackgroundRemoval.d.ts.map +1 -1
- package/dist/ai/common/HFT_Chat.d.ts.map +1 -1
- package/dist/ai/common/HFT_Constants.d.ts.map +1 -1
- package/dist/ai/common/HFT_Download.d.ts +3 -7
- package/dist/ai/common/HFT_Download.d.ts.map +1 -1
- package/dist/ai/common/HFT_DownloadRemove.d.ts +0 -4
- package/dist/ai/common/HFT_DownloadRemove.d.ts.map +1 -1
- package/dist/ai/common/HFT_ImageClassification.d.ts +2 -2
- package/dist/ai/common/HFT_ImageEmbedding.d.ts +0 -3
- package/dist/ai/common/HFT_ImageEmbedding.d.ts.map +1 -1
- package/dist/ai/common/HFT_ImageSegmentation.d.ts +0 -3
- package/dist/ai/common/HFT_ImageSegmentation.d.ts.map +1 -1
- package/dist/ai/common/HFT_ImageToText.d.ts +0 -3
- package/dist/ai/common/HFT_ImageToText.d.ts.map +1 -1
- package/dist/ai/common/HFT_ObjectDetection.d.ts +2 -2
- package/dist/ai/common/HFT_Pipeline.d.ts +0 -8
- package/dist/ai/common/HFT_Pipeline.d.ts.map +1 -1
- package/dist/ai/common/HFT_Streaming.d.ts +0 -3
- package/dist/ai/common/HFT_Streaming.d.ts.map +1 -1
- package/dist/ai/common/HFT_TextEmbedding.d.ts +0 -3
- package/dist/ai/common/HFT_TextEmbedding.d.ts.map +1 -1
- package/dist/ai/common/HFT_TextReranker.d.ts.map +1 -1
- package/dist/ai/runtime.d.ts +1 -2
- package/dist/ai/runtime.d.ts.map +1 -1
- package/dist/ai-runtime.js.map +16 -16
- package/dist/ai.js.map +16 -16
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@workglow/huggingface-transformers",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.12",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/workglow-dev/libs.git",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"@huggingface/transformers": "^4.2.0"
|
|
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.12",
|
|
38
|
+
"@workglow/job-queue": "0.3.12",
|
|
39
|
+
"@workglow/storage": "0.3.12",
|
|
40
|
+
"@workglow/task-graph": "0.3.12",
|
|
41
|
+
"@workglow/util": "0.3.12"
|
|
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.12",
|
|
62
|
+
"@workglow/job-queue": "0.3.12",
|
|
63
|
+
"@workglow/storage": "0.3.12",
|
|
64
|
+
"@workglow/task-graph": "0.3.12",
|
|
65
|
+
"@workglow/util": "0.3.12"
|
|
66
66
|
},
|
|
67
67
|
"files": [
|
|
68
68
|
"dist",
|