Skip to content

Commit

Permalink
Downgrade required torch version [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Apr 25, 2024
1 parent c92c86f commit 46cef5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "DataDreamer"
version = "0.29.0"
version = "0.30.0"
description = "Prompt. Generate Synthetic Data. Train & Align Models."
license = "MIT"
authors= [
Expand Down
2 changes: 1 addition & 1 deletion src/requirements-accelerator-device.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
torch==2.3.0,<3.0.0
torch==2.1.2,<3.0.0
2 changes: 1 addition & 1 deletion src/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
torch>=2.3.0,<3.0.0
torch>=2.1.2,<3.0.0

0 comments on commit 46cef5d

Please sign in to comment.