diff options
| author | pks <pks@pks.rocks> | 2025-11-21 23:02:16 +0100 |
|---|---|---|
| committer | pks <pks@pks.rocks> | 2025-11-21 23:02:16 +0100 |
| commit | 1cc209768ad0299c396af56231c43fded7dc3515 (patch) | |
| tree | bc7fc3dcfd094078e052807f4e336dc2a5e0a43b /pyproject.toml | |
| parent | ea7a98c4f6fc0d0df785ef601e9fc30b78e51335 (diff) | |
WIP
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1f21c48..bbf1288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,16 +9,19 @@ dependencies = [ "bitsandbytes>=0.48.2", "datasets>=4.4.1", "diskcache>=5.6.3", + "huggingface-hub>=0.36.0", "ipdb>=0.13.13", "ninja>=1.13.0", "openai>=2.8.0", "packaging>=25.0", "peft>=0.18.0", "pillow>=12.0.0", + "sacrebleu>=2.5.1", "termcolor>=3.2.0", "torchvision>=0.24.1", "transformers>=4.57.1", "trl>=0.25.1", + "unbabel-comet>=2.2.7", ] [tool.uv.sources] |
