SimFG

Results 57 issues of SimFG

This pull request include three changes. - Remove the side effect of the `EstimateFalsePositiveRate` function. Using the `Copy` function will has no effect on the current object. - Remove the...

In the `encode`, the `flush` should not add the `walWriteBytes` metric, because the write byte has counted when executing the `write`. Signed-off-by: SimFG

issue: #19216 Signed-off-by: SimFG

area/dependency
area/api
size/L
ci-passed
area/internal-api
dco-passed
area/compilation

For the TestAndAdd function, when the f.b.Test(l) gets the true result, executing the f.b.Set(l) and not are same. So only getting false to execute f.b.Set(l) will decrease one step. Changing...

### Background Over the past two days, I've been studying Auto GPT and find the idea very innovative, which excites me. I created a project called [GPTCache](https://github.com/zilliztech/GPTCache), which I think...

potential plugin
B8
size/xl

### Describe the bug from the readme.md, i executed: ``` git clone https://github.com/oobabooga/text-generation-webui cd text-generation-webui conda create -n textgen python=3.10.9 conda activate textgen pip install -r requirements.txt python download-model.py facebook/opt-1.3b...

bug

Added a cache function to LLM, which can reduce request response time if the cache is hit. This feature is disabled by default and can be enabled through the `--enable-init-gptcache`...

issue: #23608

area/dependency
size/L
ci-passed
dco-passed

### Is there an existing issue for this? - [X] I have searched the existing issues ### What would you like to be added? RBAC supports Database validation ### Why...

kind/enhancement