Davide Gallitelli

Results 12 issues of Davide Gallitelli

**Describe the bug** Trying to use any Processor derived from FrameworkProcessor is bugged with SageMaker Pipelines. There is a problem with the `command` and `entrypoint` parameter, where `command` does not...

bug
component: processing
component: pipelines

## Description Added support for Amazon SageMaker Asynchronous Endpoints. ## Issue #6928 ## Dependencies boto3, uuid ## Maintainer @hwchase17 ## Twitter handle DGallitelli95 ## Code to test this ```python from...

**Feature description** Please include support for Amazon Bedrock models. These models can be from Amazon, Anthropic, AI21, Cohere, Mistral, or Meta Llama 2. **Your Feature** 1. Create a new LLM...

**Is your feature request related to a problem? Please describe.** Currently, only OpenAI models are supported by Cursor. I would like to use AWS models from Amazon Bedrock, such as...

![image](https://github.com/unslothai/unsloth/assets/9881522/eade3714-d376-43bd-80f6-b445fc8fc35b) As per title, I'm trying to use the `unsloth` library on a SageMaker Notebook. However, it keeps prompting for a W&B API Key. I shouldn't need to provide one....

fixed - pending confirmation

This CFN is currently deployable in just the US-EAST-1 region, failing the deployment in any other region.

Straight for the CFN error: `The runtime parameter of nodejs8.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs12.x) while...

In the Cloudformation template `drift-service-catalog.yaml`, the variable `${AWS::Region}` is used to dynamically change the URL of the CFN template for `BatchProduct` and `DeployProduct`. However, the original bucket `amazon-sagemaker-safe-deployment-pipeline` has only...

bug

The notebook is tested on SageMaker, with IAM Full Access permission since it has to create roles. It was developed to provide users something more easy to read and test.

In order to configure a Crew with `memory=True` without a OpenAI API Key, one needs to configure an Embedder provider. Currently, AWS (Amazon Bedrock and Amazon SageMaker) are not supported...