We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae397d commit 60ada5bCopy full SHA for 60ada5b
tests/integ/test_airflow_config.py
@@ -618,6 +618,7 @@ def test_pytorch_airflow_config_uploads_data_source_to_s3_when_inputs_not_provid
618
train_instance_count=2,
619
train_instance_type=cpu_instance_type,
620
hyperparameters={"epochs": 6, "backend": "gloo"},
621
+ sagemaker_session=sagemaker_session,
622
)
623
624
training_config = _build_airflow_workflow(
@@ -641,6 +642,7 @@ def test_pytorch_12_airflow_config_uploads_data_source_to_s3_when_inputs_not_pro
641
642
643
644
645
646
647
648
0 commit comments