-
Ive tried playing with the delay for mining but at MLM it feels like my screen can always go red for a split second just after getting an ore and then continuing on the same vein. Ive tried Abex Idle …
-
I run pytorch version run_mlm_no_trainer.py with lightseq. But the result is a big difference。
run on my own data without lightseq
https://github.com/huggingface/transformers/blob/master/examples/…
-
Would it be possible to notify the user when there is only 1 deposit left and i put items into the hopper
-
-
Would it be possible for idle notifier to notify as soon as the ore vein is depleted in MLM if multiple people are on the same vein? (Mostly helps with upstairs mining)
Currently if you deplete a v…
-
作者你好,我在运行CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --nproc_per_node=1 --master_port=$((RANDOM + 10000)) start.py --dataset Geometry3K --use_MLM_pretrain --evaluate_only --eval_method c…
tdtgi updated
2 months ago
-
Malamute cores if 2 clients connect with the same address instead of expiring the older client.
Here is patch.
Test case for crash is below.
Thanks.
```
diff --git a/src/mlm_server.c b/src/m…
-
-
Hi,
simple example:
```
# include
int main () {
mlm_client_t *client = mlm_client_new();
mlm_client_connect (client, "ipc://@/malamute", 1000, "myname");
zmsg_t* msg = zmsg…
-
## Description
```python
import mxnet as mx
from mxnet.gluon import HybridBlock, nn
import tempfile
import os
mx.npx.set_np()
class Foo(HybridBlock):
def __init__(self, use_mlm=False):…