remove deepspeed
Browse files- 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 *
|