Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rumbl/laserbeak

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rumbl/laserbeak - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

dist/models.d.ts

@@ -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 = {}));

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc