feat (WIP): Compress
This commit is contained in:
parent
d0457b6571
commit
5c26a52e16
4 changed files with 70 additions and 8 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Reference in a new issue