HRM icon indicating copy to clipboard operation
HRM copied to clipboard

pyproject.toml with explicit versioning requirements?

Open jenriver opened this issue 5 months ago • 1 comments

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,

jenriver avatar Jul 28 '25 16:07 jenriver

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.

imoneoi avatar Aug 04 '25 08:08 imoneoi