Jim Burtoft

Results 5 issues of Jim Burtoft

Deployment fails with " Resource handler returned message: "The runtime parameter of python2.7 is no longer supported for creating or updating AWS Lambda functions.". I changed to 3.9 and deployed...

Deployment fails with " Resource handler returned message: "The runtime parameter of python2.7 is no longer supported for creating or updating AWS Lambda functions.". I changed to 3.9 and deployed...

There was a random "s" at the end of the AWS_SECRET_ACCESS_KEY that you don't need.

[src/fmbench/config_filepath.txt](https://github.com/aws-samples/foundation-model-benchmarking-tool/blob/ff9f235a78b6706b0ae3d4933ee767b3fdbfc22b/src/fmbench/config_filepath.txt) and [manifest.txt](https://github.com/aws-samples/foundation-model-benchmarking-tool/blob/ff9f235a78b6706b0ae3d4933ee767b3fdbfc22b/manifest.txt#L29) Both show the config files being located in the config directory, but they are now split up under subdirectories. This causes from fmbench.utils import * in src/fmbench/0_setup.ipynb...

In this configuration, I wanted to compare the performance of two different hosting images (LMI and TGI) on the same endpoint. (I added the g5 just to get past the...