From 2846326267d1e82d962b03fa7aae0b1ae18b3960 Mon Sep 17 00:00:00 2001 From: Zymrael Date: Thu, 22 Feb 2024 21:44:53 +0000 Subject: [PATCH 1/2] chore: update pyproject to reflect pypi support --- pyproject.toml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bc890a..4d4f093 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,19 @@ +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 @@ -5,4 +21,4 @@ line-length = 119 profile = "black" line_length = 119 combine_as_imports = true -combine_star = true +combine_star = true[tool.black] From 07695231fddc00ced5e48095cf27b1464485562f Mon Sep 17 00:00:00 2001 From: Zymrael Date: Thu, 22 Feb 2024 21:46:11 +0000 Subject: [PATCH 2/2] chore: update pyproject to reflect pypi support --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d4f093..1433aca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -ld-system] +[build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" @@ -21,4 +21,4 @@ line-length = 119 profile = "black" line_length = 119 combine_as_imports = true -combine_star = true[tool.black] +combine_star = true