@inbrowser/model 0.1.0 → 0.1.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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inbrowser/model",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "On-device LLM engine. Wraps @huggingface/transformers + ONNX Runtime Web behind a narrow Engine surface. Presets ship Gemma 4 (E2B/E4B) configurations. Adapters in subpaths satisfy @inbrowser/relay's InferenceProvider and @inbrowser/agent's LlmClient so a local model is a drop-in replacement for a cloud provider. Worker subpath hosts the engine in a Worker with an identical interface on the main thread.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@huggingface/transformers": "^3.0.0 || ^4.0.0",
|
|
38
|
-
"@inbrowser/agent": "
|
|
39
|
-
"@inbrowser/relay": "
|
|
38
|
+
"@inbrowser/agent": "0.2.0",
|
|
39
|
+
"@inbrowser/relay": "0.2.1"
|
|
40
40
|
},
|
|
41
41
|
"peerDependenciesMeta": {
|
|
42
42
|
"@huggingface/transformers": {
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@huggingface/transformers": "^4.2.0",
|
|
54
|
-
"@inbrowser/agent": "
|
|
55
|
-
"@inbrowser/relay": "
|
|
54
|
+
"@inbrowser/agent": "0.2.0",
|
|
55
|
+
"@inbrowser/relay": "0.2.1",
|
|
56
56
|
"@types/bun": "latest",
|
|
57
57
|
"typescript": "^5.7.0"
|
|
58
58
|
},
|