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