(no commit message)

This commit is contained in:
2025-12-21 00:56:09 -08:00
parent 35901cfaa1
commit 11ffdd3cd4
11 changed files with 788 additions and 1 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "MedVAL-pipeline"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["datasets>=4.4.1", "dspy>=3.0.4", "modaic>=0.8.2", "sglang>=0.5.2", "transformers>=4.57.3"]