[grpc-io] Multiple grpc connections using python

2023-07-04 Thread Saurav Pawar
Hi, I want to create multiple grpc connections instead of one. I am using Flower which is a federated learning framework and it uses grpc for the communication. This (Link provided below) is the line where they are creating 1 grpc connection and I want to create 3. Can I please get some help?

[grpc-io] Re: Multiple grpc connections using python

2023-07-04 Thread Saurav Pawar
Can anyone please help me with this? On Tuesday, July 4, 2023 at 11:38:20 PM UTC+4 Saurav Pawar wrote: > Hi, > > I want to create multiple grpc connections instead of one. I am using > Flower which is a federated learning framework and it uses grpc for the > communication. This

[grpc-io] How to avoid overriding while creating channels?

2023-07-07 Thread Saurav Pawar
I am working with Flower which is a federated learning framework. In its (grpc connection)[https://github.com/adap/flower/blob/main/src/py/flwr/client/grpc_client/connection.py#L91] file they are only creating 1 channel whereas I want 2-3 channels. But when I created 1 more channel with server

[grpc-io] Inquiry regarding chunking in gRPC

2025-01-24 Thread Saurav Pawar
Hello, hope everything is well with you. I am currently using grpc for communication of LLMs (large language models) having 1 to 7 billion parameters. I know that there is a 2 GB serialization limit and that is why I have used chunking. So basically in my chunking, let's say I have a model havi

[grpc-io] Re: Inquiry regarding chunking in gRPC

2025-01-27 Thread Saurav Pawar
Just a follow up. On Friday, January 24, 2025 at 10:57:51 PM UTC+4 Saurav Pawar wrote: > Hello, hope everything is well with you. > > I am currently using grpc for communication of LLMs (large language > models) having 1 to 7 billion parameters. I know that there is a 2 GB >