python3Packages.accelerate: Add huggingface-hub

Add huggingface-hub to the dependencies, this should fix various import
errors.

Signed-off-by: Mika Tammi <mikatammi@gmail.com>
This commit is contained in:
Mika Tammi 2024-11-02 18:54:21 +02:00
parent 40a5bbd434
commit ab06b3bd6c
No known key found for this signature in database
GPG Key ID: BF5BDF55A9735223

View File

@ -12,6 +12,7 @@
setuptools,
# dependencies
huggingface-hub,
numpy,
packaging,
psutil,
@ -45,6 +46,7 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [
huggingface-hub
numpy
packaging
psutil