Skip to content

Commit

Permalink
Use smaller embedding size as 32 leads to segmentation fault
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxindongwork committed Nov 25, 2024
1 parent 12a6b80 commit 3fcf8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/solutions_team/solutionsteam_tf_nightly_supported.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
runtime_version=RuntimeVersion.TPU_VM_TF_NIGHTLY_POD.value,
)

embedding_dim = 32
embedding_dim = 16
tf_dlrm_v5p_8 = tf_config.get_tf_dlrm_config(
project_name=Project.TPU_PROD_ENV_AUTOMATED.value,
tpu_version=TpuVersion.V5P,
Expand Down

0 comments on commit 3fcf8e2

Please sign in to comment.