Skip to content

Commit

Permalink
🧲 feat(release): requirements and tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
mxchinegod committed Dec 19, 2023
1 parent 8b0d669 commit 1bf0cc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "llm_magnet"
version = "0.0.3"
version = "0.0.4"
description = "An embedding model toolkit; fine-tune SOTA LLMs on knowledge bases rapidly."
readme = "dynamic"
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

setup(
name='llm_magnet',
version='0.0.3',
version='0.0.4',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
install_requires=[
"torch"
, "spacy"
, "numpy"
, "nats-py"
],
url = 'https://github.com/Prismadic/magnet'
)

0 comments on commit 1bf0cc9

Please sign in to comment.