We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6210e commit 3158de5Copy full SHA for 3158de5
examples/models/llama3_2_vision/preprocess/model.py
@@ -31,7 +31,7 @@ class PreprocessConfig:
31
class CLIPImageTransformModel(EagerModelBase):
32
def __init__(
33
self,
34
- config: PreprocessConfig = PreprocessConfig(),
+ config: PreprocessConfig,
35
):
36
super().__init__()
37
0 commit comments