New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.3 to 0.7.4

7

dist/models.d.ts

@@ -5,5 +5,6 @@ import * as rumble from "@rumbl/rumble-wasm";

export declare enum AvailableModels {
FLAN_T5_BASE = "flan_t5_base",
LAMINI_FLAN_T5_BASE = "lamini_flan_base",
ALPACA_FLAN_T5_BASE = "alpaca_flan_base"
FLAN_T5_SMALL = "flan_t5_small_int8",
FLAN_T5_BASE = "flan_t5_base_int8",
LAMINI_FLAN_T5_BASE = "lamini_flan_base_int8",
ALPACA_FLAN_T5_BASE = "alpaca_flan_base_int8"
}

@@ -10,0 +11,0 @@ export declare class Model {

@@ -13,5 +13,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

(function (AvailableModels) {
AvailableModels["FLAN_T5_BASE"] = "flan_t5_base";
AvailableModels["LAMINI_FLAN_T5_BASE"] = "lamini_flan_base";
AvailableModels["ALPACA_FLAN_T5_BASE"] = "alpaca_flan_base";
AvailableModels["FLAN_T5_SMALL"] = "flan_t5_small_int8";
AvailableModels["FLAN_T5_BASE"] = "flan_t5_base_int8";
AvailableModels["LAMINI_FLAN_T5_BASE"] = "lamini_flan_base_int8";
AvailableModels["ALPACA_FLAN_T5_BASE"] = "alpaca_flan_base_int8";
})(AvailableModels || (AvailableModels = {}));

@@ -18,0 +19,0 @@ export class Model {

{
"name": "@rumbl/laserbeak",
"version": "0.7.3",
"version": "0.7.4",
"author": "Christopher Fleetwood <chris@fleetwood.dev>",

@@ -21,3 +21,3 @@ "description": "ML on the GPU comes to the browser",

"dependencies": {
"@rumbl/rumble-wasm": "0.7.2",
"@rumbl/rumble-wasm": "0.7.3",
"comlink": "4.3.1",

@@ -24,0 +24,0 @@ "idb": "^7.1.1",

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