finalf0 commited on
Commit
52e5139
1 Parent(s): e978c4c

remove deepspeed

Browse files
Files changed (1) hide show
  1. resampler.py +0 -1
resampler.py CHANGED
@@ -5,7 +5,6 @@ from typing import Optional, Tuple
5
  import torch
6
  from torch import nn
7
  from torch import Tensor
8
- import deepspeed
9
  import torch.nn.functional as F
10
  from torch.nn.functional import *
11
  from torch.nn.modules.activation import *
 
5
  import torch
6
  from torch import nn
7
  from torch import Tensor
 
8
  import torch.nn.functional as F
9
  from torch.nn.functional import *
10
  from torch.nn.modules.activation import *