Add cloud venue scout: EC2 IMDS tags infer batch/spot/gpu biomes for persona packs and weather.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
This commit is contained in:
3
server/internal/ai/cloud_venue_test.go
Normal file
3
server/internal/ai/cloud_venue_test.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package ai
|
||||
import ("testing"; "time")
|
||||
func TestInferCloudVenueClassGPU(t *testing.T){ if InferCloudVenueClass(CloudVenueReport{InstanceType:"g4dn.xlarge"})!=CloudVenueGPU{t.Fatal()} }
|
||||
Reference in New Issue
Block a user