You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newer triton versions put an additional symlink in the llvm folder, so
the `ls` command ends up listing two file names separated by a newline
which breaks the pipeline run in #187. Use `find` with `top -1` to
ensure we only ever get one llvm path.
0 commit comments