marcmk6
marcmk6
Hi, I'm running `linclust` on a cloud instance with network file systems. I'm wondering which `--db-load-mode` should I use to alleviate the I/O bottleneck of NFS. ``` --db-load-mode INT Database...
Hi, I just want to ask a quick question. Say I create index for the uniref30_2103_db database with 3 splits: `mmseqs createindex uniref30_2103_db tmp --split 3` and I perform 50...
Hi, I want to use a Unigram tokenizer, instantiated by giving a vocabulary obtained elsewhere (e.g. `google/sentencepiece`). But I didn't figure out a way to add `unk` token to the...
Hi, While running ColabFold locally, I get warnings like the following every time the model is (re)compiled, which is slow. ``` 2022-02-15 16:22:05.982180: E external/org_tensorflow/tensorflow/compiler/xla/service/slow_operation_alarm.cc:55] ******************************** Very slow compile? If...