File size: 271 Bytes
01409c9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [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"
|