Diego Rojas (罗杰斯)
Diego Rojas (罗杰斯)
The VSCode extension for git-history seems to override the VSCode theme the user has chosen. It would be really cool if the file preview actually matched the theme of the...
#### Is your feature request related to a problem? Please describe. It's not uncommon for Prometheus configuration to be described as Custom Resource Definitions (CRDs) within Kubernetes. The [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator)...
# Description Please provide a detailed description of what was done in this PR. # Breaking changes Please complete this section if any breaking changes have been made, otherwise delete...
### Feature request Add an optional `stop_regex` parameter to `GenerateParameters`. Stop generating tokens if `stop_regex` matches the generated text. ### Motivation Many applications such as inline code completion require fine-grained...
The following code should produce "delete" operations. ```go func TestDiffMatchPatchSemantics(t *testing.T) { aLines := []string{ " .lock()\n", " .unwrap()\n", " .iter()\n", " .rev()\n", " .fold(vec![], |mut acc, event| {\n", "...
### Feature request It seems recent `transformers` versions don't store the `chat_template` in `tokenizer_config.json` anymore but rather create a separate `chat_template.jinja` file. TGI expects the template to be in `tokenizer_config.json`...