浏览代码

use double for flops protobuf

Alex Cheema 8 月之前
父节点
当前提交
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 {

文件差异内容过多而无法显示
+ 0 - 0
exo/networking/grpc/node_service_pb2.py


部分文件因为文件数量过多而无法显示