Commit 9c74210a authored by Ubuntu's avatar Ubuntu

gpu model name

parent 3fc1e824
......@@ -100,7 +100,7 @@ var comput map[string]uint64
func init() {
comput := make(map[string]uint64, 100)
comput = make(map[string]uint64, 100)
comput["NVIDIA GeForce RTX 4090"] = 1 * 10000
comput["NVIDIA GeForce RTX 4080SUPER"] = 6450
......@@ -114,10 +114,7 @@ func init() {
comput["NVIDIA GeForce RTX 3090 Ti"] = 7960
comput["NVIDIA GeForce RTX 3090"] = 7870
comput["NVIDIA GeForce RTX 3080 Ti"] = 5500
//NVIDIA GeForce RTX 3080
comput["NVIDIA GeForce RTX 3080"] = 5140
//comput["NVIDIA GeForce RTX 3080"] = 5140
comput["NVIDIA GeForce RTX 3070 Ti"] = 3480
comput["NVIDIA GeForce RTX 3070"] = 3400
comput["NVIDIA GeForce RTX 3060 Ti"] = 3090
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment