TheSafetyGame / pyproject.toml
saiteki-kai's picture
feat: setup space
723e9ef verified
raw
history blame contribute delete
366 Bytes
[project]
name = "thesafetygame-zerogpu"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"accelerate>=1.12.0",
"bitsandbytes>=0.48.2",
"gradio==6.0.2",
"optimum>=2.0.0",
"spaces>=0.44.0",
"torch>=2.9.1",
"transformers>=4.57.3",
]
[tool.ruff]
line-length = 120