Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@quick-qui/launcher

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quick-qui/launcher

实现的一部分,负责将运行时运行起来。

latest
Source
npmnpm
Version
1.7.1
Version published
Maintainers
1
Created
Source

@quick-qui/launcher

实现的一部分,负责将运行时运行起来。

如何工作

  • @quick-qui/builder 会负责准备好运行时需要的所有材料。体现为一个目录,称为“成品目录”。
  • 根据成品目录中的配置(./.env 和./implementationModel.json)运行一个@quick-qui/model-server 实例。
  • 从 model-server 得到模型。
  • 根据模型(主要是其中的 implementations 部分)启动各个实现。
  • 目前支持的运行时类型是 -
    • command - 本地可执行命令运行。
    • docker - docker container 运行。
    • 🏃🏻npm - 类似于command,只不过不是直接的路径配置,而是通过npm的依赖机制寻找实现的运行路径。

如何运行

作为npm依赖,被引入到“成品目录”中,被成品目录中的脚本(一般是node脚本)调用。不会直接运行。

FAQs

Package last updated on 18 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts