Skip to content

Commit

Permalink
[partition] relax tp and pp validations in partition script, use defa…
Browse files Browse the repository at this point in the history
…ults in line with JIT UX
  • Loading branch information
siddvenk committed Feb 4, 2025
1 parent 4ffed1f commit 3da4548
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions serving/docker/partition/properties_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ def __init__(self, args, **kwargs):

self.set_and_validate_model_dir()

if self.is_mpi_mode:
self.validate_tp_degree()
self.validate_pp_degree()

self.set_and_validate_entry_point()
self.set_and_validate_save_mp_checkpoint_path()

Expand Down

0 comments on commit 3da4548

Please sign in to comment.