Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions migrations/replicate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ shell_commands = [
]

[cerebrium.hardware]
region = "us-east-1"
provider = "aws"
compute = "AMPERE_A10"
cpu = 2
memory = 12.0
Expand Down
1 change: 0 additions & 1 deletion partner-services/deepgram.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ disable_auth = true

[cerebrium.hardware]
cpu = 4
region = "us-east-1"
memory = 32
compute = "AMPERE_A10"
gpu_count = 1
Expand Down
1 change: 0 additions & 1 deletion partner-services/rime.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ cpu = 4
memory = 30
compute = "AMPERE_A10"
gpu_count = 1
region = "us-east-1"

[cerebrium.scaling]
min_replicas = 1
Expand Down
2 changes: 0 additions & 2 deletions scaling/graceful-termination.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ cpu = 1
memory = 1.0
compute = "CPU"
gpu_count = 0
provider = "aws"
region = "us-east-1"

[cerebrium.scaling]
min_replicas = 0
Expand Down
2 changes: 0 additions & 2 deletions v4/examples/aiVoiceAgents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ include = ["./*", "main.py", "cerebrium.toml"]
exclude = ["./example_exclude"]

[cerebrium.hardware]
region = "us-east-1"
provider = "aws"
compute = "CPU"
cpu = 6
memory = 18.0
Expand Down
2 changes: 0 additions & 2 deletions v4/examples/deploy-an-llm-with-tensorrtllm-tritonserver.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,6 @@ cpu = 4.0
memory = 40.0
compute = "AMPERE_A10"
gpu_count = 1
provider = "aws"
region = "us-east-1"

[cerebrium.scaling]
min_replicas = 0
Expand Down
2 changes: 0 additions & 2 deletions v4/examples/gpt-oss.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ pre_build_commands = [
cpu = 8.0
memory = 18.0
compute = "HOPPER_H100"
provider = "aws"
region = "us-east-1"

[cerebrium.scaling]
min_replicas = 0
Expand Down
1 change: 0 additions & 1 deletion v4/examples/high-throughput-embeddings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Autoscaling criteria vary by hardware type and model selection. Define them in t
cpu = 6.0
memory = 12.0
compute = "AMPERE_A10"
region = "us-east-1"

[cerebrium.scaling]
min_replicas = 0
Expand Down
2 changes: 0 additions & 2 deletions v4/examples/mistral-vllm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ exclude = ["./example_exclude"]
docker_base_image_url = "nvidia/cuda:12.1.1-runtime-ubuntu22.04"

[cerebrium.hardware]
region = "us-east-1"
provider = "aws"
compute = "AMPERE_A10"
cpu = 2
memory = 16.0
Expand Down
2 changes: 0 additions & 2 deletions v4/examples/realtime-voice-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ include = ["./*", "main.py", "cerebrium.toml"]
exclude = ["./example_exclude"]

[cerebrium.hardware]
region = "us-east-1"
provider = "aws"
compute = "CPU"
cpu = 6
memory = 12.0
Expand Down
2 changes: 0 additions & 2 deletions v4/examples/sdxl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ include = ["./*", "main.py", "cerebrium.toml"]
exclude = ["./.*", "./__*"]

[cerebrium.hardware]
region = "us-east-1"
provider = "aws"
compute = "AMPERE_A10"
cpu = 2
memory = 16.0
Expand Down
2 changes: 0 additions & 2 deletions v4/examples/streaming-falcon-7B.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ exclude = ["./example_exclude"]
docker_base_image_url = "nvidia/cuda:12.1.1-runtime-ubuntu22.04"

[cerebrium.hardware]
region = "us-east-1"
provider = "aws"
compute = "AMPERE_A10"
cpu = 2
memory = 16.0
Expand Down
2 changes: 0 additions & 2 deletions v4/examples/transcribe-whisper.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ exclude = ["./example_exclude"]
docker_base_image_url = "nvidia/cuda:12.1.1-runtime-ubuntu22.04"

[cerebrium.hardware]
region = "us-east-1"
provider = "aws"
compute = "AMPERE_A10"
cpu = 3
memory = 12.0
Expand Down
2 changes: 0 additions & 2 deletions v4/examples/twilio-voice-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ Update `cerebrium.toml` with the following:

```
[cerebrium.hardware]
region = "us-east-1"
provider = "aws"
compute = "CPU"
cpu = 10
memory = 8.0
Expand Down
Loading