mirror of https://github.com/kubeflow/examples.git
fix component URLs in pipeline now that primary PR is in (#642)
This commit is contained in:
parent
b5349df27d
commit
c20ebb5c0f
|
|
@ -25,15 +25,15 @@ DATASET = 'dataset'
|
|||
MODEL = 'model'
|
||||
|
||||
copydata_op = comp.load_component_from_url(
|
||||
'https://raw.githubusercontent.com/amygdala/kubeflow-examples/preempt/github_issue_summarization/pipelines/components/t2t/datacopy_component.yaml' # pylint: disable=line-too-long
|
||||
'https://raw.githubusercontent.com/kubeflow/examples/master/github_issue_summarization/pipelines/components/t2t/datacopy_component.yaml' # pylint: disable=line-too-long
|
||||
)
|
||||
|
||||
train_op = comp.load_component_from_url(
|
||||
'https://raw.githubusercontent.com/amygdala/kubeflow-examples/preempt/github_issue_summarization/pipelines/components/t2t/train_component.yaml' # pylint: disable=line-too-long
|
||||
'https://raw.githubusercontent.com/kubeflow/examples/master/github_issue_summarization/pipelines/components/t2t/train_component.yaml' # pylint: disable=line-too-long
|
||||
)
|
||||
|
||||
metadata_log_op = comp.load_component_from_url(
|
||||
'https://raw.githubusercontent.com/amygdala/kubeflow-examples/preempt/github_issue_summarization/pipelines/components/t2t/metadata_log_component.yaml' # pylint: disable=line-too-long
|
||||
'https://raw.githubusercontent.com/kubeflow/examples/master/github_issue_summarization/pipelines/components/t2t/metadata_log_component.yaml' # pylint: disable=line-too-long
|
||||
)
|
||||
|
||||
@dsl.pipeline(
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -25,15 +25,15 @@ DATASET = 'dataset'
|
|||
MODEL = 'model'
|
||||
|
||||
copydata_op = comp.load_component_from_url(
|
||||
'https://raw.githubusercontent.com/amygdala/kubeflow-examples/preempt/github_issue_summarization/pipelines/components/t2t/datacopy_component.yaml' # pylint: disable=line-too-long
|
||||
'https://raw.githubusercontent.com/kubeflow/examples/master/github_issue_summarization/pipelines/components/t2t/datacopy_component.yaml' # pylint: disable=line-too-long
|
||||
)
|
||||
|
||||
train_op = comp.load_component_from_url(
|
||||
'https://raw.githubusercontent.com/amygdala/kubeflow-examples/preempt/github_issue_summarization/pipelines/components/t2t/train_component.yaml' # pylint: disable=line-too-long
|
||||
'https://raw.githubusercontent.com/kubeflow/examples/master/github_issue_summarization/pipelines/components/t2t/train_component.yaml' # pylint: disable=line-too-long
|
||||
)
|
||||
|
||||
metadata_log_op = comp.load_component_from_url(
|
||||
'https://raw.githubusercontent.com/amygdala/kubeflow-examples/preempt/github_issue_summarization/pipelines/components/t2t/metadata_log_component.yaml' # pylint: disable=line-too-long
|
||||
'https://raw.githubusercontent.com/kubeflow/examples/master/github_issue_summarization/pipelines/components/t2t/metadata_log_component.yaml' # pylint: disable=line-too-long
|
||||
)
|
||||
|
||||
@dsl.pipeline(
|
||||
|
|
|
|||
Loading…
Reference in New Issue