feat (WIP): Compress

This commit is contained in:
Tibo De Peuter 2025-12-10 21:13:09 +01:00
parent d0457b6571
commit 5c26a52e16
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
4 changed files with 70 additions and 8 deletions

View file

@ -9,6 +9,7 @@ dependencies = [
"huggingface_hub==0.27.0",
"fsspec==2024.9.0",
"lorem>=0.1.1",
"arithmeticencodingpython",
]
[project.optional-dependencies]
@ -21,3 +22,6 @@ dev = [
"torchdata==0.7.1",
"torchvision==0.24.0",
]
[tool.uv.sources]
arithmeticencodingpython = { git = "https://github.com/ahmedfgad/ArithmeticEncodingPython.git", rev = "60aad0528c57289218b241d75993574f31b90456" }