gakada
gakada
That is, allow to set `apnamespace` to search by prefix in namespaces other than main.
E.g., `apfilterredir` in `getPagesInNamespace` and `getAllPages` (`Allpages`). For example, `getAllPagesInNamespace` with `all` and `getRedirectsInNamespace` with `redirects`.
Following https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/6722, https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9323. Can be disabled in `webui-user.sh` using `NO_TCMALLOC`. Also prints a warning if the library isn't installed.
Logits for possible one-token continuations are cached and then reused for one-token continuations with repeated contexts, that results in e.g. 4x faster `hendrycksTest*`, 2x faster `boolq`, 1.2x faster `openbookqa`. Some...
For > Compared to existing libraries such as [evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness) and [HELM](https://github.com/stanford-crfm/helm), this repo enables simple and convenient evaluation for multiple models. Notably, we support most models from HuggingFace Transformers isn't...
Prettier [sets](https://prettier.io/docs/en/options.html) `useTabs` to `false` and `tabWidth` to `2` by default, yet it is [changed](https://github.com/prettier/plugin-lua/blob/master/src/index.js#L59-L62) to `true` and `4` in this plugin. Is there any reason for this?
Based on https://github.com/prettier/plugin-php/pull/1359.