Skip to content

Commit

Permalink
remove OSS endpoint patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pitt-liang committed Oct 21, 2024
1 parent d8b1f81 commit 53be1e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pai/job/_training_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,7 @@ def _training_job_base_output(self, job_name):
StoragePathCategory.TrainingJob,
f"{to_plain_text(job_name)}_{random_str(6)}",
)
base_output_path = (
f"oss://{bucket_name}.{session.oss_endpoint}/" f"{storage_path}"
)
base_output_path = f"oss://{bucket_name}/{storage_path}"
return base_output_path

def build_outputs(
Expand Down

0 comments on commit 53be1e3

Please sign in to comment.