Skip to content

Commit

Permalink
add transformer and datasets as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Sep 12, 2024
1 parent 141c1f7 commit dbf0548
Show file tree
Hide file tree
Showing 2 changed files with 893 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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"]
dependencies = ["torch==2.4.1","numpy", "setuptools", "transformers>=4.44.2", "datasets>=3.0.0"]

[build-system]
requires = ["hatchling"]
Expand Down
Loading

0 comments on commit dbf0548

Please sign in to comment.