ray-project / llmperf

LLMPerf is a library for validating and benchmarking LLMs
Apache License 2.0
470 stars 69 forks source link

Since it does not have a 'setup.py' nor a 'setup.cfg', it cannot be installed in editable mode PEP 660 #47

Open biubiu3721 opened 1 month ago

biubiu3721 commented 1 month ago

llmperf has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Since it does not have a 'setup.py' nor a 'setup.cfg', it cannot be installed in editable mode. Consider using a build backend that supports PEP 660.