@rumbl/laserbeak
Advanced tools
Comparing version 0.5.3 to 0.6.0
@@ -7,3 +7,4 @@ import * as rumble from "@rumbl/rumble-wasm"; | ||
FLAN_T5_BASE = "flan_t5_base", | ||
FLAN_T5_LARGE = "flan_t5_large" | ||
FLAN_T5_LARGE = "flan_t5_large", | ||
LAMINI_FLAN_T5_BASE = "lamini_flan_base" | ||
} | ||
@@ -10,0 +11,0 @@ export declare class Model { |
@@ -16,2 +16,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
AvailableModels["FLAN_T5_LARGE"] = "flan_t5_large"; | ||
AvailableModels["LAMINI_FLAN_T5_BASE"] = "lamini_flan_base"; | ||
})(AvailableModels || (AvailableModels = {})); | ||
@@ -18,0 +19,0 @@ export class Model { |
{ | ||
"name": "@rumbl/laserbeak", | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"author": "Christopher Fleetwood <chris@fleetwood.dev>", | ||
@@ -21,3 +21,3 @@ "description": "ML on the GPU comes to the browser", | ||
"dependencies": { | ||
"@rumbl/rumble-wasm": "0.5.0", | ||
"@rumbl/rumble-wasm": "0.6.0", | ||
"comlink": "4.3.1", | ||
@@ -24,0 +24,0 @@ "idb": "^7.1.1", |
Sorry, the diff of this file is not supported yet
39595
569
+ Added@rumbl/rumble-wasm@0.6.0(transitive)
- Removed@rumbl/rumble-wasm@0.5.0(transitive)
Updated@rumbl/rumble-wasm@0.6.0