Skip to content

Commit

Permalink
Minor corrections and reverts
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Jan 20, 2025
1 parent 323b895 commit af42404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/utils/federation_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _create_tarball(collaborator_name, index, local_bind_path, add_data):
]
client_certs = " ".join(client_cert_entries) if client_cert_entries else ""
tarfiles += f" agg_to_col_{collaborator_name}_signed_cert.zip {client_certs}"
# IMPORTANT: Model xgb_higgs uses format like data/1 and data/2, thus adding data to tarball in the same format.
# IMPORTANT: Model XGBoost(xgb_higgs) uses format like data/1 and data/2, thus adding data to tarball in the same format.
if add_data:
tarfiles += f" data/{index}"

Expand Down

0 comments on commit af42404

Please sign in to comment.