Skip to content

Commit 77b6aa2

Browse files
committed
update triton warning message
1 parent 85b985a commit 77b6aa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lion_pytorch/triton.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import triton
55
import triton.language as tl
66
except ImportError as e:
7-
print('triton is not installed, please install by running `pip install triton -U --pre`')
7+
print('triton is not installed, please install by running `pip install triton>=2.2.0`')
88
exit()
99

1010
# triton cuda kernel

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'lion-pytorch',
55
packages = find_packages(exclude=[]),
6-
version = '0.1.2',
6+
version = '0.1.4',
77
license='MIT',
88
description = 'Lion Optimizer - Pytorch',
99
author = 'Phil Wang',

0 commit comments

Comments
 (0)