aws / fmeval

Foundation Model Evaluations Library
http://aws.github.io/fmeval
Apache License 2.0
187 stars 42 forks source link

fix: remove s3fs from data-loading code and use boto3 instead #155

Closed danielezhu closed 9 months ago

danielezhu commented 9 months ago

Issue #, if available:

Description of changes: This PR removes all usages of the s3fs from the code and removes s3fs from pyproject.toml (done via the command poetry remove s3fs). This PR additionally introduces the boto3-stubs package, which allows for boto3 type annotations.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.