This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """Print pure-PyTorch MoE error caused by FP8-quantizing the middle activation.""" | |
| from __future__ import annotations | |
| import argparse | |
| from dataclasses import dataclass | |
| import torch | |
| from torch.nn import functional as F |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.