ColossalAI icon indicating copy to clipboard operation
ColossalAI copied to clipboard

[fx] An experimental version of ColoTracer.'

Open super-dainiu opened this issue 1 year ago • 1 comments

What's new

A new version of ColoTracer. Currently supports:

  • [x] torchvision
  • [x] timm
  • [x] huggingface
    • [x] albert
    • [x] bert
    • [x] diffusion
    • [x] gpt
    • [x] opt
    • [x] t5
  • [ ] torchaudio
    • [x] transformer
    • [x] general
    • [ ] gru
  • [ ] torchrec

Once finalized, I will modify all the test cases.

super-dainiu avatar Nov 22 '22 15:11 super-dainiu

Could you please change the code on origin file instead of working on experimental file? In that way, the changes are outstanding from the origin file, which makes me easy to review your code.

YuliangLiu0306 avatar Nov 23 '22 02:11 YuliangLiu0306