lixinhao commited on
Commit
0b6f530
·
verified ·
1 Parent(s): 69c409d

Update vision_tower_builder.py

Browse files
Files changed (1) hide show
  1. 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.models.layers import drop_path, to_2tuple, trunc_normal_
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