Skip to content

Commit

Permalink
add new platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfilip committed Nov 28, 2021
1 parent f8fe1f1 commit 7fc519c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const (
ClusterPlatformDGX ClusterPlatformType = "nvidia-dgx"
ClusterPlatformMetal ClusterPlatformType = "metal"
ClusterPlatformPaperspace ClusterPlatformType = "paperspace-cloud"
ClusterPlatformGraphcore ClusterPlatformType = "graphcore"
ClusterPlatformSambaNova ClusterPlatformType = "sambanova"
)

var ClusterAWSRegions = []string{
Expand Down Expand Up @@ -86,6 +88,8 @@ var ClusterPlatforms = []ClusterPlatformType{
ClusterPlatformGCP,
ClusterPlatformMetal,
ClusterPlatformPaperspace,
ClusterPlatformGraphcore,
ClusterPlatformSambaNova,
}
var DefaultClusterType = 3

Expand Down

0 comments on commit 7fc519c

Please sign in to comment.