Skip to content

Commit

Permalink
add pydantic_config as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Sep 12, 2024
1 parent dbf0548 commit 0a546e3
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 2 deletions.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ version = "0.1.0"
description = "ZeroBand is a production ready codebase for decentralized training of LLM"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["torch==2.4.1","numpy", "setuptools", "transformers>=4.44.2", "datasets>=3.0.0"]
dependencies = [
"torch==2.4.1",
"numpy",
"setuptools",
"transformers>=4.44.2",
"datasets>=3.0.0",
"pydantic_config @ git+https://github.com/samsja/pydantic_config.git@v0.2"
]


[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.metadata]
allow-direct-references = true # allow direct references to git repos in dependencies

[tool.ruff]
line-length = 120
Expand Down
Loading

0 comments on commit 0a546e3

Please sign in to comment.