-
### Description
Depends on https://github.com/mozilla/addons/issues/15012
Once the backend for soft-blocking is done, we want to be able to generate a separate bloomfilter for soft-blocks and ma…
-
# Please report
- [x] version of RNA-Bloom with `java -jar RNA-Bloom.jar -version`
RNA-Bloom v2.0.1
- [x] version of java with `java -version`
openjdk version "18.0.1" 2022-04-19
- [x] exact co…
-
By this stage we can send block or manifest messages one way and status messages (blooms or 'want' lists) the other way whenever we want to. The next step is to refine when we want to. Initially this …
-
Please, could you implemente these three features?
``` java
package orestes.bloomfilter.memory;
public class CountingBloomFilterMemory implements CountingBloomFilter {
@Override
public boolea…
-
**Describe the bug**
`exportTSInSecs` field in TSDB source identifier not exported.
When we running bloom-compactor with a TSDB file which timestamp in filename is unix `Seconds` format, the …
-
I ran a benchmark inserting 500m transfers and saw throughput slow to 8k t/s by the end.
I just reran with 60m transfers and tracy enabled (full trace [here](https://drive.google.com/file/d/1UFUDj…
jamii updated
1 month ago
-
I had the misfortune of following the instructions 5 hours after release of [transformers v4.35](https://github.com/huggingface/transformers/releases/tag/v4.35.0), the instructions guide to upgrade to…
-
HI,Thank you very much for your work, I can now do bloom-560m inference on single node 4 cards by example, how to use multi-node multi-card (like 4x4x32GB v100GPU) inference bloom-176b?
-
-
What is the difference between the [select version](https://github.com/FastFilter/fastfilter_java/blob/master/fastfilter/src/main/java/org/fastfilter/bloom/count/SuccinctCountingBlockedBloom.java) and…