Skip to content

Commit

Permalink
Add version mapping between INC and Gaudi SW Stack (#1967)
Browse files Browse the repository at this point in the history
Signed-off-by: Huang, Tai <tai.huang@intel.com>
  • Loading branch information
thuang6 authored Aug 9, 2024
1 parent 74a4641 commit acd8f4f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
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
16 changes: 16 additions & 0 deletions docs/source/3x/gaudi_version_map.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

### Version mapping between Intel Neural Compressor to Gaudi Software Stack ###
<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>

0 comments on commit acd8f4f

Please sign in to comment.