Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Apr 12, 2023
1 parent 33908f2 commit 314894a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[metadata]
name = llama_inference
version = 0.0.1
version = attr: llama_inference.__version__
author = Aniket Maurya
author_email = [email protected]
description = Inference API for LLaMA
long_description = file: README.md, LICENSE.md

[options]
package_dir =
Expand Down
2 changes: 1 addition & 1 deletion src/llama_inference/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from .model import LLaMAInference

__version__ = "0.0.0"
__version__ = "0.0.1"

0 comments on commit 314894a

Please sign in to comment.