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
Hi! Observations first. I noticed that openai/triton vendors a copy of ptxas and distributes it in the published wheels. In NixOS/nixpkgs#222273 and NixOS/nixpkgs#227420 this mean making the triton package as "unfree", which prevents users from building it unless they explicitly opt-in (also, this prevents our CI from building the binary cache for the package). I also see that the pypi page declares the project as MIT, despite the wheels redistributing ptxas.
Q: Can we make ptxas location overridable? E.g. triton could check for some special environment variable before proceeding with its default inference logic
The text was updated successfully, but these errors were encountered:
Hi! Observations first. I noticed that
openai/triton
vendors a copy of ptxas and distributes it in the published wheels. In NixOS/nixpkgs#222273 and NixOS/nixpkgs#227420 this mean making the triton package as "unfree", which prevents users from building it unless they explicitly opt-in (also, this prevents our CI from building the binary cache for the package). I also see that the pypi page declares the project as MIT, despite the wheels redistributing ptxas.The text was updated successfully, but these errors were encountered: