File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.192.0 (2023-10-11)
4
+
5
+ ### Features
6
+
7
+ * jumpstart estimator enable infra check flag
8
+ * jumpstart default payloads
9
+ * allow non-python files in job dependencies
10
+ * allow configuring docker container in local mode
11
+
12
+ ### Bug Fixes and Other Changes
13
+
14
+ * js tagging s3 prefix
15
+ * Batch transform: Add support for split_type == "None" in local mode
16
+ * use correct line endings and s3 uris on windows
17
+ * Fixed bug in _ create_training_details
18
+ * DJL Neuronx 0.24.0
19
+
20
+ ### Documentation Changes
21
+
22
+ * Include FeatureGroup's load_feature_definitions API documentation
23
+
3
24
## v2.191.0 (2023-10-05)
4
25
5
26
### Features
Original file line number Diff line number Diff line change 1
- 2.191 .1.dev0
1
+ 2.192 .1.dev0
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def test_huggingface_torch_distributed_g5_glue(
32
32
transformers_version = huggingface_training_latest_version ,
33
33
pytorch_version = huggingface_training_pytorch_latest_version ,
34
34
instance_count = 1 ,
35
- instance_type = "ml.g5.8xlarge " ,
35
+ instance_type = "ml.g5.4xlarge " ,
36
36
hyperparameters = {
37
37
"model_name_or_path" : "distilbert-base-cased" ,
38
38
"task_name" : "wnli" ,
You can’t perform that action at this time.
0 commit comments