George Sherler

Results 5 issues of George Sherler

Throw import error when using high version gunicorn as gunicorn has already remove six from it's package, in gunicorn>=20.0。[Remove six dependency](https://github.com/benoitc/gunicorn/pull/2083)。 hoping gunicorn_thrift can catch up with the new version,...

## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: 1. define two edge types with same 'middle name': (person,loves,person) ,(person, loves, pet) 2. create partition_graph using `dgl.distributed.partition_graph` 3....

bug
dist DGL
Distributed Training

the connection_pool will throw exception below if the server side use TFramedTransport ``` File "thriftpy2/protocol/cybin/cybin.pyx", line 60, in cybin.read_i32 File "thriftpy2/transport/buffered/cybuffered.pyx", line 65, in thriftpy2.transport.buffered.cybuffered.TCyBufferedTransport.c_read File "thriftpy2/transport/buffered/cybuffered.pyx", line 69, in...

enhancement

In this connection pool, once the only left connection is failed, it throws exception. As it named 'connection pool', I hope that it can help the user manage the connections,...

### ♻️ Reproduction Steps 1. shit happenings when calling self hosted llm: 2. ```bash | File "/root/miniconda3/envs/copilitkit/lib/python3.12/site-packages/starlette/middleware/errors.py", line 165, in __call__ | await self.app(scope, receive, _send) | File "/root/miniconda3/envs/copilitkit/lib/python3.12/site-packages/starlette/middleware/exceptions.py", line...

bug