Hello!
Please, is it possible to update the testgeneval.yaml file for solving the libraries dependencies incompatibilities when creating the 'testgeneval' conda environment?
The environment is successfully created by conda, but when running the pulled docker image, there are some dependencies missing (such as "torch" and "vllm"). And when these missing dependencies are installed, conflicts with the typer dependency arises
Thank you in advance!