Skip to content

Commit

Permalink
Update ROCm instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJH5574 committed Aug 8, 2023
1 parent 53ec608 commit 7c8dfb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/table-mlc-ai.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<radio label="CUDA 11.7"></radio>
<radio label="CUDA 11.8"></radio>
<radio label="CUDA 12.1"></radio>
<radio label="ROCm"></radio>
<radio label="ROCm 5.6"></radio>
</radio-group>
</div>
</i-col>
Expand Down Expand Up @@ -166,7 +166,7 @@
'CUDA 11.7': 'cu117',
'CUDA 11.8': 'cu118',
'CUDA 12.1': 'cu121',
'ROCm': 'rocm',
'ROCm 5.6': 'rocm',
'CPU': '',
'Metal': '',
}[_build_dir];
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Select your operating system/compute platform and run the command in your termin
{% include table-mlc-ai.html %}
{:/nomarkdown}

All Linux/Windows packages (both CPU/CUDA versions) supports vulkan. If you are a AMD GPU user, please install the CPU version where you can use Vulkan for AMD GPUs.
All Linux/Windows packages (both CPU/CUDA versions) supports Vulkan.

## MLC-Chat-CLI

Expand Down

0 comments on commit 7c8dfb3

Please sign in to comment.