Update configuration_internvl_chat.py
Browse files
configuration_internvl_chat.py
CHANGED
|
@@ -71,9 +71,6 @@ class InternVLChatConfig(PretrainedConfig):
|
|
| 71 |
self.ps_version = ps_version # pixel shuffle version
|
| 72 |
self.min_dynamic_patch = min_dynamic_patch
|
| 73 |
self.max_dynamic_patch = max_dynamic_patch
|
| 74 |
-
self.encoder_type = encoder_type
|
| 75 |
-
self.use_mlp = use_mlp
|
| 76 |
-
self.use_llm_embed = use_llm_embed
|
| 77 |
self.normalize_encoder_output = normalize_encoder_output
|
| 78 |
|
| 79 |
logger.info(f'vision_select_layer: {self.select_layer}')
|
|
|
|
| 71 |
self.ps_version = ps_version # pixel shuffle version
|
| 72 |
self.min_dynamic_patch = min_dynamic_patch
|
| 73 |
self.max_dynamic_patch = max_dynamic_patch
|
|
|
|
|
|
|
|
|
|
| 74 |
self.normalize_encoder_output = normalize_encoder_output
|
| 75 |
|
| 76 |
logger.info(f'vision_select_layer: {self.select_layer}')
|