@trymirai/uzu 0.1.17 → 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 +1 -1
- package/README.orig.md +1 -1
- package/package.json +1 -1
- package/uzu.d.ts +2 -0
- package/uzu.node +0 -0
package/README.md
CHANGED
package/README.orig.md
CHANGED
package/package.json
CHANGED
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
|