Skip to content

Commit 3158de5

Browse files
committed
Update on "add preprocess to ci"
[ghstack-poisoned]
1 parent ae6210e commit 3158de5

File tree

1 file changed

+1
-1
lines changed
  • examples/models/llama3_2_vision/preprocess

1 file changed

+1
-1
lines changed

examples/models/llama3_2_vision/preprocess/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class PreprocessConfig:
3131
class CLIPImageTransformModel(EagerModelBase):
3232
def __init__(
3333
self,
34-
config: PreprocessConfig = PreprocessConfig(),
34+
config: PreprocessConfig,
3535
):
3636
super().__init__()
3737

0 commit comments

Comments
 (0)