Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use repr instead of str in BasePartitioner's error messages
It can give the user a hint when they're accidentally passing a value as a string, e.g. `model_parallel_submesh='(2,2,1,1)'` instead of `model_parallel_submesh=(2,2,1,1)`, which can easily happen with Gin. PiperOrigin-RevId: 566905780
- Loading branch information