Commit
•
753af07
1
Parent(s):
5ade45a
fix: pipeline code upload
Browse files
src/distilabel_dataset_generator/apps/sft.py
CHANGED
@@ -403,7 +403,7 @@ with gr.Blocks(
|
|
403 |
inputs=[final_dataset, private, org_name, repo_name],
|
404 |
outputs=[final_dataset],
|
405 |
show_progress=True,
|
406 |
-
).then(
|
407 |
fn=upload_pipeline_code,
|
408 |
inputs=[pipeline_code, org_name, repo_name],
|
409 |
outputs=[],
|
|
|
403 |
inputs=[final_dataset, private, org_name, repo_name],
|
404 |
outputs=[final_dataset],
|
405 |
show_progress=True,
|
406 |
+
).then(
|
407 |
fn=upload_pipeline_code,
|
408 |
inputs=[pipeline_code, org_name, repo_name],
|
409 |
outputs=[],
|