Skip to content

Commit

Permalink
Update mlu_accelerator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy666G committed Sep 13, 2024
1 parent f7a7d09 commit ee97f8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions accelerator/mlu_accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
import torch
# During setup stage torch may not be installed, pass on no torch will
# allow op builder related API to be executed.
try:
import torch_mlu
except ImportError:
pass


class MLU_Accelerator(DeepSpeedAccelerator):

Expand Down

0 comments on commit ee97f8d

Please sign in to comment.