Skip to content

Commit

Permalink
Fix oncall test tf_dlrm_criteo-v5p-8 (#599)
Browse files Browse the repository at this point in the history
* Update solutionsteam_tf_nightly_supported_config.py

* code style
  • Loading branch information
wenxindongwork authored Feb 12, 2025
1 parent efcb1cb commit c85649c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,10 @@ def get_tf_dlrm_v1_config(
set_up_cmds += common.set_up_se()
else:
set_up_cmds += common.set_up_pjrt()
set_up_cmds += ("sudo apt-get install numactl",)
set_up_cmds += (
"sudo apt-get -y update",
"sudo apt-get install numactl",
)
params_override = {
"runtime": {"distribution_strategy": "tpu"},
"task": {
Expand Down

0 comments on commit c85649c

Please sign in to comment.