Resolving library dependencies across evaluation tools and models #22
-
Thank you for the amazing tool. It seems that the required libraries are specified at https://github.com/UpstageAI/evalverse/blob/main/pyproject.toml. However, what should we do if there is a version conflict with any of the libraries in the future? Also, I believe that the libraries required may vary from model to model. In such cases, what would be the best practice to follow? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's a really good comment. We plan to upgrade the version of evalverse by ensuring that there are no conflicting versions of the required libraries. |
Beta Was this translation helpful? Give feedback.
That's a really good comment.
We plan to upgrade the version of evalverse by ensuring that there are no conflicting versions of the required libraries.
For the inevitable conflicts you mentioned, we would like to introduce a method to manage multiple versions to resolve version conflicts.