Update configuration_intern_vit.py
Browse files
configuration_intern_vit.py
CHANGED
@@ -71,7 +71,7 @@ class InternVisionConfig(PretrainedConfig):
|
|
71 |
intermediate_size=12800,
|
72 |
qk_normalization=True,
|
73 |
num_hidden_layers=48,
|
74 |
-
use_flash_attn=
|
75 |
hidden_act='gelu',
|
76 |
norm_type='rms_norm',
|
77 |
layer_norm_eps=1e-6,
|
|
|
71 |
intermediate_size=12800,
|
72 |
qk_normalization=True,
|
73 |
num_hidden_layers=48,
|
74 |
+
use_flash_attn=False,
|
75 |
hidden_act='gelu',
|
76 |
norm_type='rms_norm',
|
77 |
layer_norm_eps=1e-6,
|