Files
OpenLLM/openllm-node/package.json
2024-05-29 04:44:59 +00:00

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"
}