[lint] Update lint (#16)
* update lint * update readme * update ruff lint
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
from .modeling_qwen2_5_vl_act import Qwen2_5_VLMoEModel,Qwen2_5_VLMoEForAction
|
||||
from .configuration_qwen2_5_vl import Qwen2_5_VLConfig
|
||||
from .modeling_qwen2_5_vl_act import Qwen2_5_VLMoEModel, Qwen2_5_VLMoEForAction
|
||||
from .configuration_qwen2_5_vl import Qwen2_5_VLConfig
|
||||
|
||||
__all__ = [
|
||||
"Qwen2_5_VLMoEModel",
|
||||
"Qwen2_5_VLMoEForAction",
|
||||
"Qwen2_5_VLConfig",
|
||||
]
|
||||
|
||||
@@ -190,7 +190,7 @@ class Qwen2_5_VLConfig(PretrainedConfig):
|
||||
experts=None,
|
||||
dof_config=None,
|
||||
noise_scheduler=None,
|
||||
dim_inputs=(1536,1536),
|
||||
dim_inputs=(1536, 1536),
|
||||
attention_moe=False,
|
||||
mlp_moe=False,
|
||||
**kwargs,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user