This repository was archived by the owner on Oct 21, 2024. It is now read-only.
Resolving library dependencies across evaluation tools and models #22
Answered
by
jihoo-kim
olachinkei
asked this question in
Q&A
|
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? |
Answered by
jihoo-kim
Apr 15, 2024
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. |
1 reply
Answer selected by
jihoo-kim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.