Skip to content

Commit

Permalink
Setting upper bound for accelerate to avoid torch dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Jan 31, 2025
1 parent f992575 commit 361bd7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ sdgym = { main = 'sdgym.cli.__main__:main' }

[project.optional-dependencies]
dask = ['dask', 'distributed']
realtabformer = ['realtabformer>=0.2.1', 'transformers<4.46']
realtabformer = [
'realtabformer>=0.2.1',
'transformers<4.46',
"accelerate<1.3.0;python_version<'3.10'",
]
test = [
'sdgym[realtabformer]',
'pytest>=6.2.5',
Expand Down

0 comments on commit 361bd7d

Please sign in to comment.