llama-omni / pyproject.toml
marcosremar2's picture
ffdfdfd
33efdd3
raw
history blame contribute delete
779 Bytes
[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>=5.29.0",
"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 @ git+https://github.com/pytorch/fairseq.git@ecbf110e1eb43861214b05fa001eff584954f65a",
]