Skip to content

Commit f94ed1d

Browse files
authored
Update how-to-interactive-jobs.md
1 parent 31bc471 commit f94ed1d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ Interactive training is supported on **Azure Machine Learning Compute Clusters**
2626
- Make sure your job environment has the `openssh-server` and `ipykernel ~=6.0` packages installed (all Azure Machine Learning curated training environments have these packages installed by default).
2727
- Interactive applications can't be enabled on distributed training runs where the distribution type is anything other than Pytorch, Tensorflow or MPI. Custom distributed training setup (configuring multi-node training without using the above distribution frameworks) is not currently supported.
2828

29-
The supported distribution types are:
30-
* PyTorch
31-
* Mpi
32-
* TensorFlow
3329

3430
## Interact with your job container
3531

0 commit comments

Comments
 (0)