@rumbl/laserbeak
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -5,5 +5,3 @@ import * as rumble from "@rumbl/rumble-wasm"; | ||
export declare enum AvailableModels { | ||
FLAN_T5_SMALL = "flan_t5_small", | ||
FLAN_T5_BASE = "flan_t5_base", | ||
FLAN_T5_LARGE = "flan_t5_large", | ||
LAMINI_FLAN_T5_BASE = "lamini_flan_base" | ||
@@ -10,0 +8,0 @@ } |
@@ -13,5 +13,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
(function (AvailableModels) { | ||
AvailableModels["FLAN_T5_SMALL"] = "flan_t5_small"; | ||
AvailableModels["FLAN_T5_BASE"] = "flan_t5_base"; | ||
AvailableModels["FLAN_T5_LARGE"] = "flan_t5_large"; | ||
AvailableModels["LAMINI_FLAN_T5_BASE"] = "lamini_flan_base"; | ||
@@ -18,0 +16,0 @@ })(AvailableModels || (AvailableModels = {})); |
{ | ||
"name": "@rumbl/laserbeak", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"author": "Christopher Fleetwood <chris@fleetwood.dev>", | ||
@@ -5,0 +5,0 @@ "description": "ML on the GPU comes to the browser", |
@@ -8,3 +8,3 @@ <div align="center"> | ||
It is designed to efficiently manage models by caching them in IndexedDB and sharing weights between encoder-decoder models for optimal performance. To see what it can do, check out our [example site](summize.fleetwood.dev). | ||
It is designed to efficiently manage models by caching them in IndexedDB and sharing weights between encoder-decoder models for optimal performance. To see what it can do, check out our [example site](https://summize.fleetwood.dev). | ||
@@ -11,0 +11,0 @@ ## 🌟 Features |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39381
565