We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b985a commit 77b6aa2Copy full SHA for 77b6aa2
lion_pytorch/triton.py
@@ -4,7 +4,7 @@
4
import triton
5
import triton.language as tl
6
except ImportError as e:
7
- print('triton is not installed, please install by running `pip install triton -U --pre`')
+ print('triton is not installed, please install by running `pip install triton>=2.2.0`')
8
exit()
9
10
# triton cuda kernel
setup.py
@@ -3,7 +3,7 @@
3
setup(
name = 'lion-pytorch',
packages = find_packages(exclude=[]),
- version = '0.1.2',
+ version = '0.1.4',
license='MIT',
description = 'Lion Optimizer - Pytorch',
author = 'Phil Wang',
0 commit comments