Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
add INC Gaudi version mapping
Signed-off-by: Huang, Tai <[email protected]>
  • Loading branch information
thuang6 committed Aug 8, 2024
commit c4a23cbe6e1c4c9197076438d2aec1561d968ccc
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ pip install torch --index-url https://download.pytorch.org/whl/cpu
#### Use Docker Image with torch installed for HPU
https://docs.habana.ai/en/latest/Installation_Guide/Bare_Metal_Fresh_OS.html#bare-metal-fresh-os-single-click

> **Note**:
> There is a version mapping between Intel Neural Compressor and Gaudi Software Stack, please refer to this [table](./docs/source/3x/gaudi_version_map.md) and make sure to use a matched combination

#### Install torch/intel_extension_for_pytorch for Intel GPU
https://intel.github.io/intel-extension-for-pytorch/index.html#installation

Expand Down
15 changes: 15 additions & 0 deletions docs/source/3x/gaudi_version_map.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

<table>
<thead>
<tr>
<th>Intel Neural Compressor</th>
<th>Gaudi Software Stack</th>
</tr>
</thead>
<tbody>
<tr>
<td>v3.0</td>
<td>v1.17</td>
</tr>
</tbody>
</table>