Skip to content

Add version mapping between INC and Gaudi SW Stack #1967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 9, 2024
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
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>
Loading