Skip to content

Commit 3045e4d

Browse files
author
Malav Shastri
committed
fix: alt configs training
1 parent 9ede83e commit 3045e4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sagemaker/jumpstart/types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,8 +1277,6 @@ def from_json(self, json_obj: Dict[str, Any]) -> None:
12771277
Args:
12781278
json_obj (Dict[str, Any]): Dictionary representation of spec.
12791279
"""
1280-
if self._is_hub_content:
1281-
json_obj = walk_and_apply_json(json_obj, camel_to_snake)
12821280
self.model_id: str = json_obj.get("model_id")
12831281
self.url: str = json_obj.get("url")
12841282
self.version: str = json_obj.get("version")

0 commit comments

Comments
 (0)