intelligent-machine-learning / dlrover

DLRover: An Automatic Distributed Deep Learning System
Other
1.22k stars 153 forks source link

missing elastic_training_pb2 #1266

Open NiushanDong opened 2 weeks ago

NiushanDong commented 2 weeks ago

from dlrover.proto import elastic_training_pb2, elastic_training_pb2_grpc ImportError: cannot import name 'elastic_training_pb2' from 'dlrover.proto' (unknown location)

workingloong commented 1 week ago

You can run the command make -f dlrover/Makefile to build the protobuf file.