mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
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:
parent
40a5bbd434
commit
ab06b3bd6c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user