Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk committed Jul 20, 2024
1 parent 66a958f commit 175de0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module-4/kubeflow_pipelines/kfp_inference_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ def load_data(test_data: Output[Dataset]):
import shutil
from pathlib import Path

from classic_example.data import load_cola_data
from classic_example.data import load_sst2_data

load_cola_data(Path("/app/data"))
load_sst2_data(Path("/app/data"))

shutil.move(Path("/app/data") / "test.csv", test_data.path)

Expand Down

0 comments on commit 175de0e

Please sign in to comment.