Yann Stoneman

Results 21 comments of Yann Stoneman

> @brukhabtu SAM expects a region to be set in the boto3 or aws configuration in order to do validation. If you run `aws configure` and set a region, this...

This would also be useful for situations where a variable can only be true if another variable is true, like in AWS ElastiCache: ```hcl variable "dedicated_master_enabled" { type = bool...

Hi @fu-jianhua -- could you please provide a link to which implementation/paper/tutorial you are having issues with? Please also provide more details in general? For example, there is no script...

Hi AGRocky, To help troubleshoot your CycleGAN model issue, could you provide: 1. **Versions**: Exact versions of Python, PyTorch, and other libraries used. 2. **System Specs**: Your GPU model and...

If you're using a GPU, could you please also include the version of CUDA you're using? `print(torch.version.cuda)` will give that to you. Also, have you posted your question on any...

@nuruddin96031 could you please add more details to your issue?

Could you please share: - Required functions to expose initially (e.g., just query and response)? - Primary use case (e.g., integrating the chatbot into your own UI) -- anything specific...

Hey Phil -- apologies for the complexity. Yeah, it's mainly just to prevent others from running into the same issue in SageMaker Studio Notebooks that I ran into. (Studio Notebooks...

@bigadsoleiman @azaylamba -- Do you have any ideas why these changes of adding Cohere Rerank 3 support aren't working? When I click on the `Cross-Encoder Model` dropdown menu on the...

Is the following `cdk-nag` issue a common issue anyone else has encountered while modifying this project @bigadsoleiman, @massi-ang, or @azaylamba? ``` - Adjust chunk size limit for this warning via...