Sean Smith
Sean Smith
Looking at the code it looks like you use GPIO 18 pin. Do you have to use that? can you use any GPIO pin? Reason I'm asking is I want...
1. First create a VPC and Subnet in the same AZ as your capacity block. You can use the following template: [ 1-Click Deploy 🚀 ](https://console.aws.amazon.com/cloudformation/home?#/stacks/quickcreate?templateURL=https%3A%2F%2Fawsome-distributed-training.s3.amazonaws.com%2Ftemplates%2F2.vpc-one-az.yaml&stackName=aws-batch-vpc) 2. Next you can...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
This allows users to call models they've imported (if enabled by an environment variable): For example: ```python from openai import OpenAI client = OpenAI() completion = client.chat.completions.create( model="arn:aws:bedrock:us-west-2::imported-model/", # model="meta.llama3-3-70b-instruct-v1:0",...
Small changes to support apple silicon based macs