generated from kyegomez/Python-Package-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Your Name
committed
Sep 14, 2024
1 parent
1416a0d
commit 523de23
Showing
10 changed files
with
567 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "swarms-torch" | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
description = "swarms-torch - Pytorch" | ||
license = "MIT" | ||
authors = ["Kye Gomez <[email protected]>"] | ||
homepage = "https://github.com/kyegomez/swarms-pytorch" | ||
documentation = "" # Add this if you have documentation. | ||
documentation = "https://github.com/kyegomez/swarms-pytorch" # Add this if you have documentation. | ||
readme = "README.md" # Assuming you have a README.md | ||
repository = "https://github.com/kyegomez/swarms-pytorch" | ||
keywords = ["artificial intelligence", "deep learning", "optimizers", "Prompt Engineering"] | ||
|
@@ -29,10 +29,13 @@ packages = [ | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.6" | ||
torch = "2.1.2" | ||
einops = "0.7.0" | ||
zetascale = "1.4.4" | ||
pytest = "7.4.2" | ||
torch = "*" | ||
einops = "*" | ||
zetascale = "*" | ||
pytest = "*" | ||
torchvision = "*" | ||
loguru = "*" | ||
einx = "*" | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
torch==2.1.2 | ||
einops==0.7.0 | ||
pandas==2.2.1 | ||
zetascale==1.4.4 | ||
pytest==7.4.2 | ||
mkdocs | ||
mkdocs-material | ||
mkdocs-glightbox | ||
python | ||
torch | ||
einops | ||
zetascale | ||
pytest | ||
torchvision | ||
loguru | ||
einx | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.