Add SWIFT coding agent probe experiment scripts
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=68", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "ti-coding-agent-probe"
|
||||
version = "0.1.0"
|
||||
description = "Reproducible SWIFT SFT probe scripts for Open-SWE-Traces derived coding-agent data."
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"huggingface_hub>=0.23",
|
||||
"datasets>=2.20",
|
||||
"pyarrow>=15",
|
||||
"tensorboard>=2.15",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
Reference in New Issue
Block a user