Include pipeline script.
Browse files- pipe_nothing.py +1 -1
pipe_nothing.py
CHANGED
|
@@ -38,5 +38,5 @@ if __name__ == "__main__":
|
|
| 38 |
dummy = DummyStep(name="DUMMY_STEP")
|
| 39 |
load_dataset >> dummy
|
| 40 |
|
| 41 |
-
distiset = pipeline.run()
|
| 42 |
distiset.push_to_hub("plaguss/pipe_nothing_test")
|
|
|
|
| 38 |
dummy = DummyStep(name="DUMMY_STEP")
|
| 39 |
load_dataset >> dummy
|
| 40 |
|
| 41 |
+
distiset = pipeline.run(use_cache=False)
|
| 42 |
distiset.push_to_hub("plaguss/pipe_nothing_test")
|