Skip to content

Commit

Permalink
chore: update pyproject to reflect pypi support
Browse files Browse the repository at this point in the history
  • Loading branch information
Zymrael committed Feb 22, 2024
1 parent a73336d commit 2846326
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
ld-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "stripedhyena"
version = "0.2.0"
description = "Model and inference code for beyond Transformer architectures"
readme = "README.md"
authors = [{ name = "Michael Poli"}]
dependencies = [
"transformers",
"tokenizers",
"flash_attn>=2.0.0"
]

[tool.black]
line-length = 119

[tool.isort]
profile = "black"
line_length = 119
combine_as_imports = true
combine_star = true
combine_star = true[tool.black]

0 comments on commit 2846326

Please sign in to comment.