Skip to content

Commit

Permalink
Update hardware list
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Nov 2, 2023
1 parent 014d6df commit eb48562
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Tests/ReplicateTests/Helpers/MockURLProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,7 @@ class MockURLProtocol: URLProtocol {
{ "name": "CPU", "sku": "cpu" },
{ "name": "Nvidia T4 GPU", "sku": "gpu-t4" },
{ "name": "Nvidia A40 GPU", "sku": "gpu-a40-small" },
{ "name": "Nvidia A40 (Large) GPU", "sku": "gpu-a40-large" },
{ "name": "Nvidia A40 (Large) GPU (8x)", "sku": "gpu-a40-large-8x" },
{ "name": "Nvidia A100 (40GB) GPU", "sku": "gpu-a100-small" },
{ "name": "Nvidia A100 (80GB) GPU", "sku": "gpu-a100-large" },
{ "name": "Nvidia A40 (Large) GPU", "sku": "gpu-a40-large" }
]
"""#
case ("GET", "https://api.replicate.com/v1/models"?):
Expand Down

0 comments on commit eb48562

Please sign in to comment.