Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostplant authored Oct 30, 2023
1 parent c91eb11 commit a9066c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ AutoRT is a compiler solution that helps runtime users to invent, benchmark and

| Platform | OS Requirement | Python Requirement | Download Link |
| --- | --- | --- | --- |
| DirectX 12 | Windows >= 10 / Microsoft XBox | [Python3.8](https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe) | python.exe -m pip install --verbose https://github.com/microsoft/antares/releases/download/v0.9.1/autort-0.9.1.3_directx-cp38-cp38-win_amd64.whl |
| CUDA >= 11 | Ubuntu >= 18.04 (or images) | Python 3.8/3.9/3.10/3.11/3.12 | python3 -m pip install --verbose https://github.com/microsoft/antares/releases/download/v0.9.1/autort-0.9.1.3+cuda.linux.tar.gz |
| DirectX 12 | Windows >= 10 / Microsoft XBox | [Python3.8](https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe) | python.exe -m pip install -v https://github.com/microsoft/antares/releases/download/v0.9.1/autort-0.9.1.4+directx.win-cp38-cp38-win_amd64.whl |
| CUDA >= 11 | Ubuntu >= 18.04 (or images) | Python 3.8/3.9/3.10/3.11/3.12 | python3 -m pip install -v https://github.com/microsoft/antares/releases/download/v0.9.1/autort-0.9.1.4+cuda.linux.zip |
| .. | .. | .. | .. (More coming soon) .. |

For CUDA, here are several Ubuntu >= 18.04 equivalent containers below:
Expand Down

0 comments on commit a9066c2

Please sign in to comment.