-
### 🐛 Describe the bug
When using `torch.distributed._state_dict_utils._broadcast_tensors`, it is possible for tensors which need to be broadcasted to live on the CPU (such as with a CPU offloaded …
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
```
docker-compose file:
services:
marqo:
image: marqoai/marqo:2.11
ports:
- "888…
-
Hello!
First of all, thank you for the library! It is really nice to find something like this performing so well in the .Net space!
We've been using PhysX 5 with a C# binding for a while but it …
-
add distributed lock API for java sdk
Reference:
[lock api quickstart](https://mosn.io/layotto/#/zh/start/lock/start)
[lock api design doc](https://mosn.io/layotto/#/zh/design/lock/lock-api-des…
-
### 🐛 Describe the bug
The loaded state dict is silently empty if the parameter still has grads. (Testcase modified from some dcp async_save tutorial.)
```
import os
import torch
import torch…
-
Hello.
There are many enterprise-level software products (seafile, gladinet, syncplisity, thousands of them), which has a killer feature for collaborative work - a distributed file locking system.
F…
-
I'm interested in this. I've been playing around with the idea of implementing RDF terms with object interning to save memory and avoid copying. This issue is a continuation from https://github.com/RD…
-
Experience with "clobber"-genre bugs and theoretical results from distributed computing have led us to an understanding that `db.get`, even when implemented "deterministically" using our primitive tim…
-
Can jedis provide distributed locks in the future? Similar to redisson, it can even renew the expiration time of the lock. I know that although I can directly use redisson as a redis client, our pro…
-
dask.dataframe (dd) produces a HDF5ExtError when running on local cluster.
some data (~100MB) is written to the file, so I suspect it is an parallel writing issue maybe?
The script works if not…