Skip to content

Instantly share code, notes, and snippets.

@leshikus
Created February 15, 2024 21:45
Show Gist options
  • Save leshikus/3213f2b2b01375ccd9f537a59a7bfab4 to your computer and use it in GitHub Desktop.
Save leshikus/3213f2b2b01375ccd9f537a59a7bfab4 to your computer and use it in GitHub Desktop.
conda env for triton
name: triton
channels:
- conda-forge
dependencies:
- gxx_linux-64 11.*.*
- gcc_linux-64 11.*.*
- pip 23.*
- zlib
- cmake 3.22.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment