HRM
HRM copied to clipboard
pyproject.toml with explicit versioning requirements?
Hello all,
The current https://github.com/sapientinc/HRM/blob/main/requirements.txt only states out the libraries and does not state version requirements, making this prone to version conflicts and difficulty in environment replication.
Could we also have the newer pyproject.toml with the complete package version requirements?
Thanks,
As different GPU hardware require various versions of CUDA, PyTorch, etc. Following most repositories like FlashAttention, Transformers, we don't fix version unless strictly necessary, to minimize incompatibilities during installation.