Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,6 @@ aws_instances = {
|
|
17 |
# V100 GPU Instances (high-tier)
|
18 |
"p3.2xlarge": {"vcpus": 8, "memory": 61, "gpu": "1x NVIDIA V100", "hourly_rate": 3.06, "gpu_memory": "16GB", "tier": "High"},
|
19 |
|
20 |
-
# A100 GPU Instances (premium)
|
21 |
-
"p4d.24xlarge": {"vcpus": 96, "memory": 1152, "gpu": "8x NVIDIA A100", "hourly_rate": 32.77, "gpu_memory": "8x40GB", "tier": "Premium"},
|
22 |
|
23 |
# Added comparable instances to match GCP
|
24 |
"p4d.xlarge": {"vcpus": 12, "memory": 85, "gpu": "1x NVIDIA A100", "hourly_rate": 4.10, "gpu_memory": "40GB", "tier": "Premium"},
|
|
|
17 |
# V100 GPU Instances (high-tier)
|
18 |
"p3.2xlarge": {"vcpus": 8, "memory": 61, "gpu": "1x NVIDIA V100", "hourly_rate": 3.06, "gpu_memory": "16GB", "tier": "High"},
|
19 |
|
|
|
|
|
20 |
|
21 |
# Added comparable instances to match GCP
|
22 |
"p4d.xlarge": {"vcpus": 12, "memory": 85, "gpu": "1x NVIDIA A100", "hourly_rate": 4.10, "gpu_memory": "40GB", "tier": "Premium"},
|