Skip to content

Commit

Permalink
fix: adopted torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mali-git committed Jul 11, 2024
1 parent 69d0dd6 commit 9ff5e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version = "0.1.0"
requires-python = ">=3.10,<3.12"
description = "Modalities, a python framework for distributed and reproducible foundation model training."
dependencies = [
"torch==2.3.1",
"mamba-ssm",
"numpy<2.0",
"torch>=2.0",
"tqdm",
"pyyaml",
"transformers",
Expand Down

0 comments on commit 9ff5e6c

Please sign in to comment.