mirror of
https://github.com/wassname/Brukino_AntiPaSTO_Appetizer.git
synced 2026-06-27 14:13:15 +08:00
18 lines
384 B
TOML
18 lines
384 B
TOML
[project]
|
|
name = "brukino-kappa-sspace-probe"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"accelerate>=1.13.0",
|
|
"datasets>=4.8.4",
|
|
"einops>=0.8.2",
|
|
"jupyter>=1.1.1",
|
|
"jupytext>=1.19.1",
|
|
"matplotlib>=3.10.8",
|
|
"scipy>=1.17.1",
|
|
"torch>=2.11.0",
|
|
"transformers>=5.5.0",
|
|
]
|