@trymirai/uzu 0.1.16 → 0.1.18

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/README.md CHANGED
@@ -26,7 +26,7 @@ Add the `uzu` dependency to your project's `package.json`:
26
26
 
27
27
  ```json
28
28
  "dependencies": {
29
- "@trymirai/uzu": "0.1.16"
29
+ "@trymirai/uzu": "0.1.18"
30
30
  }
31
31
  ```
32
32
 
package/README.orig.md CHANGED
@@ -37,7 +37,7 @@ Add the `uzu` dependency to your project's `package.json`:
37
37
 
38
38
  ```json
39
39
  "dependencies": {
40
- "@trymirai/uzu": "0.1.16"
40
+ "@trymirai/uzu": "0.1.18"
41
41
  }
42
42
  ```
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trymirai/uzu",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
4
4
  "private": false,
5
5
  "main": "uzu.node",
6
6
  "types": "uzu.d.ts",
package/uzu.d.ts CHANGED
@@ -95,6 +95,8 @@ export interface LocalModel {
95
95
  readonly precision: string
96
96
  /** Quantization type if the model is quantized (e.g. "uint4"). */
97
97
  readonly quantization?: string
98
+ /** Optional regex to parse model output provided by the backend. */
99
+ readonly outputParserRegex?: string
98
100
  /** Current download/installation state. */
99
101
  readonly state: ModelDownloadState
100
102
  }
package/uzu.node CHANGED
Binary file