Shakespeare_MoE / pyproject.toml
haemant's picture
Upload folder using huggingface_hub
aad4104 verified
raw
history blame contribute delete
246 Bytes
[project]
name = "moe-null"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"torch>=2.10.0",
"tiktoken>=0.9.0",
"matplotlib>=3.10.0",
"gradio>=6.5.1",
]