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