aws / fmeval

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

fmeval is incompatible to properly install on (new) SageMaker Studio Python kernel #164

Closed athewsey closed 4 months ago

athewsey commented 5 months ago

The (newly launched at re:Invent) SageMaker Studio standard JupyterLab Python 3 kernel currently includes:

...And so while kind of I'm able to %pip install fmeval on it, I haven't been able to find any configuration that doesn't introduce dependency conflicts somewhere.

Can we relax the constraint to allow some newer versions of transformers? Does fmeval really need that new a version of sagemaker?

keerthanvasist commented 5 months ago

Thanks for bringing it up. We don't need that version of Transformers, but were forced to use it because of detoxify. We will see if there are alternative approaches.

keerthanvasist commented 4 months ago

This particular issue has been solved in https://github.com/aws/fmeval/pull/180. Please feel free to re-open if there are any related issues.