File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,21 @@ def load(output_dir="./saved_results", model=None):
194194 <td class="tg-9wq8">✔</td>
195195 <td class="tg-9wq8"><a href="PT_DynamicQuant.md">link</a></td>
196196 </tr >
197+ <tr >
198+ <td class="tg-9wq8">MX Quantization</td>
199+ <td class="tg-9wq8"><a href=https://arxiv.org/pdf/2310.10537>Microscaling Data Formats for
200+ Deep Learning</a ></td >
201+ <td class =" tg-9wq8 " >PyTorch eager mode</td >
202+ <td class =" tg-9wq8 " >✔ </td >
203+ <td class =" tg-9wq8 " ><a href =" PT_MXQuant.md " >link</a ></td >
204+ </tr >
205+ <tr >
206+ <td class="tg-9wq8">Mixed Precision</td>
207+ <td class="tg-9wq8"><a href=https://arxiv.org/abs/1710.03740>Mixed precision</a></td>
208+ <td class="tg-9wq8">PyTorch eager mode</td>
209+ <td class="tg-9wq8">✔</td>
210+ <td class="tg-9wq8"><a href="PT_MixPrecision.md">link</a></td>
211+ </tr >
197212 <tr >
198213 <td class="tg-9wq8">Quantization Aware Training</td>
199214 <td class="tg-9wq8"><a href=https://pytorch.org/docs/master/quantization.html#quantization-aware-training-for-static-quantization>Quantization Aware Training</a></td>
You can’t perform that action at this time.
0 commit comments