Skip to content

Commit ed9c3fb

Browse files
committed
address feedback
1 parent 701050b commit ed9c3fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ hyperpod start-job --recipe fine-tuning/deepseek/hf_deepseek_r1_distilled_llama_
178178
"container":"658645717510.dkr.ecr.us-west-2.amazonaws.com/smdistributed-modelparallel:2.4.1-gpu-py311-cu121",
179179
"+cluster.persistent_volume_claims.0.claimName":"fsx-claim-large",
180180
"+cluster.persistent_volume_claims.0.mountPath":"data",
181-
"cluster.service_account_name":"kandinsky-service-account",
181+
"cluster.service_account_name":"",
182182
"recipes.run.name":"deepseek",
183183
"recipes.model.train_batch_size":"1",
184184
"instance_type":"p4d.24xlarge",

src/hyperpod_cli/commands/job.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ def start_job(
785785
deep_health_check_passed_nodes_only=deep_health_check_passed_nodes_only,
786786
)
787787
# TODO: Unblock this after fixing customer using EKS cluster.
788-
#console_link = utils.get_cluster_console_url()
789-
#print(json.dumps({"Console URL": console_link}, indent=1, sort_keys=False))
788+
console_link = utils.get_cluster_console_url()
789+
print(json.dumps({"Console URL": console_link}, indent=1, sort_keys=False))
790790

791791

792792
@click.command()

0 commit comments

Comments
 (0)