@aparte/provider-transformers 0.2.0-alpha.0 → 0.3.0-alpha.0
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aparte/provider-transformers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-alpha.0",
|
|
4
4
|
"description": "Run LLMs 100% in the browser via Transformers.js (WebGPU/WASM) — a local, keyless AI provider for aparté. Streams tokens off the main thread in a Web Worker.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@huggingface/transformers": "^4.2.0",
|
|
28
|
-
"@aparte/core": "0.
|
|
28
|
+
"@aparte/core": "0.3.0-alpha.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@huggingface/transformers": "^4.2.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"typescript": "^5.4.0",
|
|
34
34
|
"vite": "^6.0.0",
|
|
35
35
|
"vite-plugin-dts": "^4.5.4",
|
|
36
|
-
"@aparte/core": "0.
|
|
36
|
+
"@aparte/core": "0.3.0-alpha.0"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"ai",
|