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?
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
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
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
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
>