mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-16 03:17:48 -05:00
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Signed-off-by: GutZuFusss <leon.ikinger@googlemail.com> Co-authored-by: GutZuFusss <leon.ikinger@googlemail.com>
23 lines
458 B
JSON
23 lines
458 B
JSON
{
|
|
"name": "@bentoml/openllm-node",
|
|
"version": "0.3.4.dev0",
|
|
"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"
|
|
}
|