CoolFace
Modelpublic

iNLP-Lab/Myna-Hokkien

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
14likes72downloads
pyproject.toml29 linesDownload Raw Back to root
1[build-system]2requires = ["setuptools>=68"]3build-backend = "setuptools.build_meta"4 5[project]6name = "myna-hokkien"7version = "0.2.0"8description = "iNLP-Lab Myna-Hokkien native Qwen3-Omni inference runtime"9requires-python = ">=3.10"10dependencies = [11  "torch>=2.6",12  "torchvision>=0.21",13  "pillow>=10",14  "transformers==4.57.1",15  "accelerate>=1.10,<2",16  "huggingface_hub>=0.36,<2",17  "safetensors>=0.4",18  "numpy>=1.26,<3",19  "librosa>=0.11,<1",20  "soundfile>=0.13,<1",21]22 23[project.urls]24Homepage = "https://huggingface.co/iNLP-Lab/MynaHokkien"25Repository = "https://huggingface.co/iNLP-Lab/MynaHokkien"26 27[tool.setuptools.packages.find]28include = ["mynahokkien*"]29