Skip to content

Commit

Permalink
Update setup.py naming (vllm-project#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored Feb 23, 2024
1 parent fdb3cbd commit a477771
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,11 @@ def get_requirements() -> List[str]:
package_data["vllm"].append("*.so")

setuptools.setup(
name="vllm",
name="nm-vllm",
version=get_vllm_version(),
author="vLLM Team",
license="Apache 2.0",
author="vLLM Team, Neural Magic",
author_email="[email protected]",
license="Custom",
description=("A high-throughput and memory-efficient inference and "
"serving engine for LLMs"),
long_description=read_readme(),
Expand Down

0 comments on commit a477771

Please sign in to comment.