diff --git a/ignore/doc-qa/how-to-set-up-training-targets/temp.py b/ignore/doc-qa/how-to-set-up-training-targets/temp.py deleted file mode 100644 index d1fd97af..00000000 --- a/ignore/doc-qa/how-to-set-up-training-targets/temp.py +++ /dev/null @@ -1,8 +0,0 @@ -from azureml.core import Workspace -ws = Workspace.from_config() - -# -from azureml.core.compute import ComputeTarget, AmlCompute - -# First, list the supported VM families for Azure Machine Learning Compute -print(AmlCompute.supported_vmsizes(workspace=ws))