

deps: add huggingface-hub
@6857023dad232f30e8818f747c5d723550b72074
--- flake.nix
+++ flake.nix
... | ... | @@ -17,7 +17,6 @@ |
17 | 17 |
devShells = { |
18 | 18 |
default = pkgs.mkShell { |
19 | 19 |
nativeBuildInputs = with pkgs; [ |
20 |
- (with python312Packages; huggingface-hub) |
|
21 | 20 |
act |
22 | 21 |
ffmpeg-full |
23 | 22 |
go-task |
--- poetry.lock
+++ poetry.lock
... | ... | @@ -2005,4 +2005,4 @@ |
2005 | 2005 |
[metadata] |
2006 | 2006 |
lock-version = "2.0" |
2007 | 2007 |
python-versions = "^3.12" |
2008 |
-content-hash = "a88bde1facc86d4277e8dee76db3da1907716500b91ffcac8cad583075113d0a" |
|
2008 |
+content-hash = "446d88a0b7136e722f39609774cc7778dd5a31eb9eb57eb8f7c1596781648587" |
--- pyproject.toml
+++ pyproject.toml
... | ... | @@ -12,6 +12,7 @@ |
12 | 12 |
websockets = "^12.0" |
13 | 13 |
numpy = "^1.26.4" |
14 | 14 |
faster-whisper = "^1.0.2" |
15 |
+huggingface-hub = "^0.23.2" |
|
15 | 16 |
|
16 | 17 |
[tool.poetry.group.dev.dependencies] |
17 | 18 |
pytest = "^8.2.0" |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?