Skip to content

Commit

Permalink
latest pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 21, 2023
1 parent 3751537 commit af64123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'iTransformer',
packages = find_packages(exclude=[]),
version = '0.5.0',
version = '0.5.1',
license='MIT',
description = 'iTransformer - Inverted Transformer Are Effective for Time Series Forecasting',
author = 'Phil Wang',
Expand All @@ -22,7 +22,7 @@
'einops>=0.7.0',
'gateloop-transformer>=0.5.1',
'rotary-embedding-torch',
'torch>=1.6',
'torch>=2.1',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit af64123

Please sign in to comment.