Update block.py
Browse files
block.py
CHANGED
|
@@ -30,7 +30,7 @@ class MyCustomBlock(ModularPipelineBlocks):
|
|
| 30 |
# ComponentSpec(
|
| 31 |
# name="model",
|
| 32 |
# type_hint=SomeModelClass,
|
| 33 |
-
#
|
| 34 |
# ),
|
| 35 |
]
|
| 36 |
|
|
|
|
| 30 |
# ComponentSpec(
|
| 31 |
# name="model",
|
| 32 |
# type_hint=SomeModelClass,
|
| 33 |
+
# pretrained_model_name_or_path="organization/model-name",
|
| 34 |
# ),
|
| 35 |
]
|
| 36 |
|