yandex-research / swarm

Official code for "SWARM Parallelism: Training Large Models Can Be Surprisingly Communication-Efficient"
127 stars 16 forks source link

is there any 'runtime_pb2_grpc' proto file about in this repo? #3

Open ddqspace-xyz opened 4 months ago

ddqspace-xyz commented 4 months ago

where I wanna compile and run this repo, it say that

from src.proto import runtime_pb2, runtime_pb2_grpc as runtime_grpc ImportError: cannot import name 'runtime_pb2_grpc' from 'src.proto' (unknown location)

how can i get this file?