Update vision_tower_builder.py
Browse files- vision_tower_builder.py +1 -1
vision_tower_builder.py
CHANGED
@@ -29,7 +29,7 @@ try:
|
|
29 |
from flash_attn import flash_attn_qkvpacked_func
|
30 |
except:
|
31 |
print("You need to install flash_attn")
|
32 |
-
from timm.
|
33 |
|
34 |
|
35 |
|
|
|
29 |
from flash_attn import flash_attn_qkvpacked_func
|
30 |
except:
|
31 |
print("You need to install flash_attn")
|
32 |
+
from timm.layers import drop_path, to_2tuple, trunc_normal_
|
33 |
|
34 |
|
35 |
|