Skip to content

Commit 8425183

Browse files
authored
Merge pull request #2847 from astefanutti/cherry-pick-2780
[release-2.0] fix: update kubeflow sdk reference (#2780)
2 parents 2cd26d2 + 1c72f69 commit 8425183

7 files changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pip install papermill==2.6.0 jupyter==1.1.1 ipykernel==6.29.5
4242
4343
echo "Install Kubeflow SDK"
44-
pip install git+https://github.com/kubeflow/sdk.git@main#subdirectory=python
44+
pip install git+https://github.com/kubeflow/sdk.git@main
4545
4646
- name: Setup cluster
4747
run: |

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ kubectl logs -n kubeflow -l training.kubeflow.org/job-name=pytorch-simple --foll
217217

218218
Changes to the Kubeflow Trainer Python SDK can be made in the https://github.com/kubeflow/sdk repo.
219219

220-
The Trainer SDK can be found at https://github.com/kubeflow/sdk/tree/main/python/kubeflow/trainer.
220+
The Trainer SDK can be found at https://github.com/kubeflow/sdk/tree/main/kubeflow/trainer.

examples/deepspeed/text-summarization/T5-Fine-Tuning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cell_type": "code",
3535
"outputs": [],
3636
"execution_count": null,
37-
"source": "# !pip install git+https://github.com/kubeflow/sdk.git@main#subdirectory=python",
37+
"source": "# !pip install git+https://github.com/kubeflow/sdk.git@main",
3838
"id": "4900404c5d532bdf"
3939
},
4040
{

examples/mlx/image-classification/MLX-Distributed-Mnist.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"cell_type": "code",
8282
"outputs": [],
8383
"execution_count": null,
84-
"source": "# !pip install git+https://github.com/kubeflow/sdk.git@main#subdirectory=python",
84+
"source": "# !pip install git+https://github.com/kubeflow/sdk.git@main",
8585
"id": "bd62189280760f42"
8686
},
8787
{

examples/pytorch/image-classification/mnist.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
"execution_count": null,
3232
"metadata": {},
3333
"outputs": [],
34-
"source": [
35-
"# !pip install git+https://github.com/kubeflow/sdk.git@main#subdirectory=python"
36-
]
34+
"source": "# !pip install git+https://github.com/kubeflow/sdk.git@main"
3735
},
3836
{
3937
"cell_type": "markdown",

examples/pytorch/question-answering/fine-tune-distilbert.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cell_type": "code",
3434
"outputs": [],
3535
"execution_count": null,
36-
"source": "# !pip install git+https://github.com/kubeflow/sdk.git@main#subdirectory=python",
36+
"source": "# !pip install git+https://github.com/kubeflow/sdk.git@main",
3737
"id": "e5e86ea307b3eec9"
3838
},
3939
{

examples/torchtune/llama3_2/alpaca-trainjob-yaml.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
"id": "288ec515",
3939
"metadata": {},
4040
"outputs": [],
41-
"source": [
42-
"!pip install git+https://github.com/kubeflow/sdk.git@main#subdirectory=python"
43-
]
41+
"source": "!pip install git+https://github.com/kubeflow/sdk.git@main"
4442
},
4543
{
4644
"cell_type": "markdown",

0 commit comments

Comments
 (0)