Update vision_tower_builder.py
Browse files- vision_tower_builder.py +1 -0
vision_tower_builder.py
CHANGED
@@ -17,6 +17,7 @@ from transformers.image_utils import (
|
|
17 |
to_numpy_array,
|
18 |
)
|
19 |
import numpy as np
|
|
|
20 |
import torch.nn as nn
|
21 |
import torch.nn.functional as F
|
22 |
import torch.utils.checkpoint as checkpoint
|
|
|
17 |
to_numpy_array,
|
18 |
)
|
19 |
import numpy as np
|
20 |
+
import torch
|
21 |
import torch.nn as nn
|
22 |
import torch.nn.functional as F
|
23 |
import torch.utils.checkpoint as checkpoint
|