finalf0 commited on
Commit
3edf83a
1 Parent(s): eda751e

remove deepspeed

Browse files
Files changed (1) hide show
  1. resampler.py +0 -1
resampler.py CHANGED
@@ -26,7 +26,6 @@ from typing import Optional, Tuple
26
  import torch
27
  from torch import nn
28
  from torch import Tensor
29
- import deepspeed
30
  import torch.nn.functional as F
31
  from torch.nn.functional import *
32
  from torch.nn.modules.activation import *
 
26
  import torch
27
  from torch import nn
28
  from torch import Tensor
 
29
  import torch.nn.functional as F
30
  from torch.nn.functional import *
31
  from torch.nn.modules.activation import *