File size: 351 Bytes
25644b7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [project]
name = "reward-model-env"
version = "0.1.0"
description = "Environment for training LLMs using an external reward model hosted via vLLM"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"verifiers",
"httpx>=0.27.0",
"datasets>=2.14.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
|