mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-14 18:37:51 -05:00
23 lines
453 B
JSON
23 lines
453 B
JSON
{
|
|
"name": "@bentoml/openllm-node",
|
|
"version": "0.5.2",
|
|
"description": "NodeJS library for OpenLLM",
|
|
"type": "module",
|
|
"repository": {
|
|
"url": "git@github.com:bentoml/OpenLLM.git",
|
|
"type": "git"
|
|
},
|
|
"keywords": [
|
|
"openllm",
|
|
"llm",
|
|
"llmops",
|
|
"llama",
|
|
"transformers",
|
|
"gptq",
|
|
"mha",
|
|
"flash_attention"
|
|
],
|
|
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
|
|
"license": "Apache-2.0"
|
|
}
|