GpuVramEstimator / pyproject.toml
devsrivatsa
Initial commit with exact Space configuration
8d13c96
raw
history blame
278 Bytes
[project]
name = "vram-estimator"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"accelerate>=1.10.0",
"gradio>=5.41.1",
"pandas>=2.3.1",
"torch>=2.8.0",
"transformers>=4.55.0",
]