Closed GindaChen closed 2 months ago
@GindaChen could you try on the triton-nightly
?
$ pip install -U --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/Triton-Nightly/pypi/simple/ triton-nightly
just ran it for triton-nightly-3.0.0.post20240716052845
and it works
edit: oh strange, you are doing that already, i'm not sure
Thanks! I just tried reverted to triton 3.0.0 and everything seems to work again.
pip install 'triton==3.0.0'
What is the reason we need to run on triton-nightly
(since nightly changes a little more frequently)?
@GindaChen at some point I couldn't get things working without it being nightly haha, but this was a while back
it is strange as I had just installed nightly, what type of Nvidia gpu are you using?
I'm using H100. In retrospection, it may just be a very temporary issue in different "nightly" build...
Mark as resolved for now. Thanks for getting back to me @lucidrains !
I was trying to use the
assert_attn.py
script on CUDA. I turn on theuse_cuda
flag, and got the following exception:Environment setup. Here's how I setup my environment:
Full error log. error.txt.
It looks like the error is from triton, so maybe related to the way I install it in my environment. But still got no clue at this point what had failed.