rithwik-db commented on code in PR #41973:
URL: https://github.com/apache/spark/pull/41973#discussion_r1264026608


##########
python/pyspark/ml/torch/distributor.py:
##########
@@ -804,13 +822,17 @@ def _setup_spark_partition_data(
 
     @staticmethod
     def _run_training_on_pytorch_function(
-        input_params: Dict[str, Any], train_fn: Callable, *args: Any, 
**kwargs: Any
+            input_params: Dict[str, Any], train_fn: Callable, 
run_pytorch_file_fn: Optional[Callable], *args: Any, **kwargs: Any

Review Comment:
   Same as [here](https://github.com/apache/spark/pull/41973/files#r1264024176)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to