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
I really love Conda, is amazing but not all workflows work with that. (e.g.: Google Colab and others).
Installing the package without conda (building or pre-built wheels) is very slow and painful
The community has been creating libraries of pre-built versions to support that. Some examples:
This is an amazing feat - but there's only pre-build versions for certain OSs, python versions, etc. Would be great to have this amazing library available seamlessly via pip
The text was updated successfully, but these errors were encountered:
That's a very valid point, and we know it's been a pain point for the users ...
Some folks in the community have been willing to contribute to this recently (#523 (comment)), hopefully we will have something soon.
* Try updating to nightly triton
* Triton needs CMake for build
* Minor fixes
* Some bugfixes
* More fixes
* Disable FusedLinear tests
* Try installing zlib on CI
Also adds CMake just to be safe
* Move command up
* Try fix linking issue
* Try limiting number of CI jobs with my fork of Triton
* Disable triton-fmha on newer triton for now
* Bugfix
* Skip one test
I really love Conda, is amazing but not all workflows work with that. (e.g.: Google Colab and others).
Installing the package without conda (building or pre-built wheels) is very slow and painful
The community has been creating libraries of pre-built versions to support that. Some examples:
This is an amazing feat - but there's only pre-build versions for certain OSs, python versions, etc. Would be great to have this amazing library available seamlessly via
pip
The text was updated successfully, but these errors were encountered: