You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "zhengruifeng (via GitHub)" <gi...@apache.org> on 2023/08/04 03:23:45 UTC

[GitHub] [spark] zhengruifeng commented on pull request #42118: [SPARK-44264][PYTHON]E2E Testing for Deepspeed

zhengruifeng commented on PR #42118:
URL: https://github.com/apache/spark/pull/42118#issuecomment-1664917362

   following tests are actually skipped:
   ```
   Skipped tests in pyspark.ml.deepspeed.tests.test_deepspeed_distributor with python3.9:
         test_pytorch_file_e2e (pyspark.ml.deepspeed.tests.test_deepspeed_distributor.DeepspeedDistributorLocalEndToEndTests) ... skip (0.001s)
         test_simple_function_e2e (pyspark.ml.deepspeed.tests.test_deepspeed_distributor.DeepspeedDistributorLocalEndToEndTests) ... skip (0.001s)
         test_pytorch_file_e2e (pyspark.ml.deepspeed.tests.test_deepspeed_distributor.DeepspeedTorchDistributorDistributedEndToEnd) ... skip (0.000s)
         test_simple_function_e2e (pyspark.ml.deepspeed.tests.test_deepspeed_distributor.DeepspeedTorchDistributorDistributedEndToEnd) ... skip (0.000s)
   ```
   
   due to the `deepspeed` was not installed.
   
   The OSS CI doesn't use `dev/requirements.txt` to install dependency, you may install it [here](https://github.com/apache/spark/blob/46491403bcc794a889103bc0a13329d06454227f/dev/infra/Dockerfile#L73-L75)


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org