瀏覽代碼

use double for flops protobuf

Alex Cheema 5 月之前
父節點
當前提交
55344241aa
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      exo/networking/grpc/node_service.proto
  2. 0 0
      exo/networking/grpc/node_service_pb2.py

+ 3 - 3
exo/networking/grpc/node_service.proto

@@ -66,9 +66,9 @@ message PeerConnections {
 }
 
 message DeviceFlops {
-  float fp32 = 1;
-  float fp16 = 2;
-  float int8 = 3;
+  double fp32 = 1;
+  double fp16 = 2;
+  double int8 = 3;
 }
 
 message DeviceCapabilities {

File diff suppressed because it is too large
+ 0 - 0
exo/networking/grpc/node_service_pb2.py


Some files were not shown because too many files changed in this diff