Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
codelion committed Oct 24, 2024
1 parent 0fdf9d1 commit 4682976
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name="optillm",
version="0.0.1",
packages=find_packages(),
py_modules=['optillm'],
install_requires=[
"numpy",
"networkx",
Expand All @@ -27,6 +28,11 @@
"ipython",
"ipykernel",
],
entry_points={
'console_scripts': [
'optillm=optillm:main', # Points directly to the main function in optillm.py
],
},
author="codelion",
author_email="codelion@okyasoft.com",
description="An optimizing inference proxy for LLMs.",
Expand Down

0 comments on commit 4682976

Please sign in to comment.