Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ for DEBUG-level logs. Alternatively, you can specify logging for specific module
Helion currently targets Linux systems and requires a recent Python and PyTorch environment:

- Linux-based OS
- Python 3.10, 3.11, or 3.12
- Python 3.10–3.14
- [PyTorch] nightly build
- A development version of [Triton], installed from source
*(Older versions may work, but will lack support for features like
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Helion currently targets Linux systems and requires a recent Python and PyTorch
- Other Unix-like systems may work but are not officially supported

### Python Environment
- **Python 3.10, 3.11, or 3.12**
- **Python 3.10–3.14**
- We recommend using [uv](https://docs.astral.sh/uv/) for lightweight, fast virtual environments

### Dependencies
Expand Down