Skip to content

Commit

Permalink
packaging update
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Nov 10, 2024
1 parent 2eea50d commit fd870de
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Construe: An LLM Benchmark Utility

**An LLM inferencing benchmark tool focusing on device-specific latency and memory usage.**

## Releases

To release the construe library and deploy to PyPI run the following commands:

```
$ python -m build
$ twine upload dist/*
```
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ requests==2.32.3

# Packaging Dependencies
# black==24.10.0
# build==1.2.2.post1
# packaging==24.2
# pip==24.3.1
# setuptools==75.3.0
Expand Down Expand Up @@ -40,6 +41,7 @@ requests==2.32.3
# platformdirs==4.3.6
# pluggy==1.5.0
# Pygments==2.18.0
# pyproject_hooks==1.2.0
# readme_renderer==44.0
# requests-toolbelt==1.0.0
# rfc3986==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
description-file = README.md
description_file = README.md
license_file = LICENSE

[test]
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"Topic :: System :: Benchmark",
"Topic :: System :: Hardware",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"",
]


Expand Down

0 comments on commit fd870de

Please sign in to comment.