@forbocai/browser 0.5.2 → 0.5.4

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/index.js CHANGED
@@ -44,7 +44,7 @@ var import_web_llm = require("@mlc-ai/web-llm");
44
44
  var import_meta = {};
45
45
  var DEFAULT_MODEL = "smollm2-135m";
46
46
  var MODEL_ALIASES = {
47
- "smollm2-135m": "SmolLM2-135M-Instruct-q4f16_1-MLC",
47
+ "smollm2-135m": "SmolLM2-135M-Instruct-q0f16-MLC",
48
48
  "smollm2-360m": "SmolLM2-360M-Instruct-q4f16_1-MLC",
49
49
  "smollm2-1.7b": "SmolLM2-1.7B-Instruct-q4f16_1-MLC",
50
50
  "llama3-8b": "Llama-3.1-8B-Instruct-q4f16_1-MLC"
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import { CreateWebWorkerMLCEngine } from "@mlc-ai/web-llm";
3
3
  var DEFAULT_MODEL = "smollm2-135m";
4
4
  var MODEL_ALIASES = {
5
- "smollm2-135m": "SmolLM2-135M-Instruct-q4f16_1-MLC",
5
+ "smollm2-135m": "SmolLM2-135M-Instruct-q0f16-MLC",
6
6
  "smollm2-360m": "SmolLM2-360M-Instruct-q4f16_1-MLC",
7
7
  "smollm2-1.7b": "SmolLM2-1.7B-Instruct-q4f16_1-MLC",
8
8
  "llama3-8b": "Llama-3.1-8B-Instruct-q4f16_1-MLC"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forbocai/browser",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Web Browser implementation for ForbocAI SDK",
6
6
  "main": "dist/index.js",
@@ -12,7 +12,7 @@
12
12
  "test": "vitest"
13
13
  },
14
14
  "dependencies": {
15
- "@forbocai/core": "^0.5.2",
15
+ "@forbocai/core": "^0.5.4",
16
16
  "@mlc-ai/web-llm": "^0.2.46",
17
17
  "@orama/orama": "^2.0.26",
18
18
  "@huggingface/transformers": "^3.0.0"