...draft model on different tensor-parallel size than target...
What I've done in this PR: Changed config.py to allow tp values larger than 1 but not than the target model's tp value. Added a test case of spec_draft_tp=2 in test_integration_dist_tp4.py Resolves #4632 further