BryanW's picture
Upload folder using huggingface_hub
3d1c0e1 verified
# Usage experience
```python
mfutool.setup(5,-1)
mfutool.add(model)
mfutool.enable()
mfutool.step()
mfutool = mfutool.get_mfu()
flops_detail_info = mfutool.get_flops_detail_info()
mfutool.disable()
```