Currently when following the instructions of the README in benches/llms the commands given to run a bench do not work when running the commands i get this error

this can be resolved by running the command
uv venv --seed -p 3.11
then installing the necessary packages needed when running the benchmark.
It would be more intuitive to include a pyproject.toml containing all libraries needed to be downloaded and including the venv setup and libraries installation command in the README to improve the documentation and make the process easier for new users
Currently when following the instructions of the README in benches/llms the commands given to run a bench do not work when running the commands i get this error
this can be resolved by running the command
uv venv --seed -p 3.11
then installing the necessary packages needed when running the benchmark.
It would be more intuitive to include a pyproject.toml containing all libraries needed to be downloaded and including the venv setup and libraries installation command in the README to improve the documentation and make the process easier for new users