File size: 779 Bytes
34b8b49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1cd5253
34b8b49
 
33efdd3
34b8b49
 
 
1cd5253
34b8b49
1cd5253
33efdd3
34b8b49
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[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",
]