-
Notifications
You must be signed in to change notification settings - Fork 60
/
cerebrium.toml
37 lines (31 loc) · 988 Bytes
/
cerebrium.toml
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
31
32
33
34
35
36
37
# This file was automatically generated by Cerebrium as a starting point for your project.
# You can edit it as you wish.
# If you would like to learn more about your Cerebrium config, please visit https://docs.cerebrium.ai/cerebrium/environments/config-files#config-file-example
[cerebrium.deployment]
name = "2-realtime-voice-agent"
python_version = "3.11"
include = ["./*", "main.py", "cerebrium.toml"]
exclude = ["./example_exclude"]
docker_base_image_url = "registry.cerebrium.ai/daily:latest"
[cerebrium.hardware]
region = "us-east-1"
provider = "aws"
compute = "AMPERE_A10"
cpu = 4
memory = 18.0
gpu_count = 1
[cerebrium.scaling]
min_replicas = 0
max_replicas = 2
cooldown = 180
[cerebrium.dependencies.pip]
torch = ">=2.0.0"
"pipecat-ai[silero, daily, openai, deepgram]" = "==0.0.39"
aiohttp = ">=3.9.4"
torchaudio = ">=2.3.0"
channels = ">=4.0.0"
requests = "==2.32.2"
vllm = "latest"
huggingface_hub = "latest"
[cerebrium.dependencies.conda]
[cerebrium.dependencies.apt]