Spaces:
Configuration error
Configuration error
| [build-system] | |
| requires = ["setuptools>=42", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [tool.setuptools] | |
| packages = ["omni_speech"] | |
| [project] | |
| name = "llama-omni" | |
| version = "0.1.0" | |
| description = "LLaMA-Omni: Seamless Speech Interaction with Large Language Models" | |
| authors = [ | |
| {name = "Qingkai Fang", email = "[email protected]"}, | |
| ] | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "torch>=2.0.0", | |
| "numpy>=1.24.0", | |
| "transformers>=4.34.0", | |
| "accelerate>=0.21.0", | |
| "gradio>=3.50.2", | |
| "fastapi>=0.104.0", | |
| "uvicorn>=0.23.2", | |
| "pydantic>=2.3.0", | |
| "openai-whisper>=0.0.1", | |
| "tqdm>=4.66.1", | |
| "requests>=2.31.0", | |
| "fairseq>=0.12.2", | |
| ] |