You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,12 +47,12 @@ When using ScriptRunConfig, all environment-related configurations are encapsula
47
47
*[Use a curated environment](../how-to-use-environments.md#use-a-curated-environment) - curated environments are predefined environments available in your workspace by default. There is a corresponding curated environment for each of the preconfigured framework/version Docker images that backed each framework estimator.
48
48
*[Define your own custom environment](how-to-use-environments.md)
49
49
50
-
Here is an example of using the curated PyTorch 1.6 environment for training:
50
+
Here is an example of using the curated PyTorch environment for training:
51
51
52
52
```python
53
53
from azureml.core import Workspace, ScriptRunConfig, Environment
0 commit comments