GenerRNA / pyproject.toml
Eric2333's picture
Fix finetuning RuntimeError and add pyproject.toml
01409c9
[project]
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.10"
dependencies = [
"torch>=2.0",
"numpy",
"pynvml",
"transformers",
"tqdm",
"tiktoken",
]
[project.urls]
Repository = "https://huggingface.co/zhaoyichong/GenerRNA"