Skip to content

Update PyTorch Supported Matrix #1922

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 1 commit into from
Jul 15, 2024
Merged
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
15 changes: 15 additions & 0 deletions docs/3x/PyTorch.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,21 @@ def load(output_dir="./saved_results", model=None):
<td class="tg-9wq8">&#10004</td>
<td class="tg-9wq8"><a href="PT_DynamicQuant.md">link</a></td>
</tr>
<tr>
<td class="tg-9wq8">MX Quantization</td>
<td class="tg-9wq8"><a href=https://arxiv.org/pdf/2310.10537>Microscaling Data Formats for
Deep Learning</a></td>
<td class="tg-9wq8">PyTorch eager mode</td>
<td class="tg-9wq8">&#10004</td>
<td class="tg-9wq8"><a href="PT_MXQuant.md">link</a></td>
</tr>
<tr>
<td class="tg-9wq8">Mixed Precision</td>
<td class="tg-9wq8"><a href=https://arxiv.org/abs/1710.03740>Mixed precision</a></td>
<td class="tg-9wq8">PyTorch eager mode</td>
<td class="tg-9wq8">&#10004</td>
<td class="tg-9wq8"><a href="PT_MixPrecision.md">link</a></td>
</tr>
<tr>
<td class="tg-9wq8">Quantization Aware Training</td>
<td class="tg-9wq8"><a href=https://pytorch.org/docs/master/quantization.html#quantization-aware-training-for-static-quantization>Quantization Aware Training</a></td>
Expand Down
Loading