sagemaker-python-sdk icon indicating copy to clipboard operation
sagemaker-python-sdk copied to clipboard

A library for training and deploying machine learning models on Amazon SageMaker

Results 519 sagemaker-python-sdk issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* *Description of changes:* *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR....

**Describe the bug** When using local mode, referencing FinalMetricDataList leads to an error. **To reproduce** To create and run the pipeline: ```python import os import boto3 import sagemaker from sagemaker.workflow.pipeline...

type: bug
component: local mode

Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

*Description of changes:* * Add support for `describe_endpoint_config` endpoint in Session *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out...

**Describe the feature you'd like** I would like to propose a new processor implementation, PythonScriptProcessor. This processor should offer the same features as FrameworkProcessor (such as source_dir support and automatic...

type: feature request

**Describe the bug** HyperparameterTuner does not preserve container mode parameters (`container_entry_point` and `container_arguments`) when creating training jobs, causing tuning jobs to fail. Individual training jobs work correctly with container mode,...

type: bug
component: training
component: pysdk-team

**Describe the feature you'd like** I do not want having `.git`, `.env`, `.vscode`, `data`, `__pycache__` or any irrelevant files/folders to be uploaded to S3 artifacts when I use script mode...

type: feature request
component: training
component: pysdk-team

Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1+cpu to 2.7.0. Release notes Sourced from torch's releases. PyTorch 2.7.0 Release Notes Highlights Tracked Regressions Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes Performance Documentation...

dependencies
python

Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.13.2 to 2.20.3. Release notes Sourced from mlflow's releases. MLflow 2.20.3 is a patch release includes several major features and improvements Features: Implemented GPU metrics for AMD/HIP...

dependencies
python

**Describe the bug** Whenever sagemaker is imported, it seems to modify and automatically enable [rich](https://github.com/Textualize/rich) tracebacks. **To reproduce** Make a new environment ```console $ python -m venv .venv $ source...

type: bug
component: debugger
component: pysdk-team