Files
SimPO/pyproject.toml
T
wassname 6b882373bb to uv
2025-06-02 05:04:46 +00:00

31 lines
553 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[project]
name = "simpo"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10.9,<4.0"
dependencies = [
"torch>=2.1.2",
"deepspeed>=0.14",
"wandb>=0.18.2",
# gitbased dep
"alignment-handbook",
]
[dependency-groups]
dev = [
"pytest",
"ipykernel>=6.29.5",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["simpo"]
[tool.uv.sources]
alignment-handbook = { git = "https://github.com/huggingface/alignment-handbook.git" }