Lukas Kreussel

Results 21 issues of Lukas Kreussel

![image](https://github.com/louisgv/local.ai/assets/65088241/b3b37e7a-7f88-4be6-8671-004229b6a934) Currently the model is only prompted if the user presses the "Prompt" (Brain) button. This can confuse first time users (and me 😅) The buttons should be swapped and...

Just a heads up, `llm` will soon have support for metal/cuda and opencl accelerators (see https://github.com/rustformers/llm/pull/325). These features are mutual exclusive, meaning you can only pack one backend at a...

The introduction of additional version numbers (7 and 40) brings additional complexity to the ggml ecosystem. Basically this could also be solved by simply reading the file magic. If its...

**Describe the bug** Models seam to produce garbled output on very long prompts. If i use the following script: ```python import openai from transformers import AutoTokenizer if __name__ == "__main__":...

bug

## Description Fallback to a `file://` url on windows if we failed to import the `config.ts`. This fixes the following error when using Continue with jetbrains editors: ``` [info] Starting...

## Description Implements the [`showToast`](https://github.com/continuedev/continue/blob/dev/core/index.d.ts#L508-L512) function of the IDE interface for the Intellij plugin. This allows custom context providers to send messages directly to the IDE. ## Checklist - [x]...

In the current version of `sklearn-onnx`, the `encoded_missing_value` and `unknown_value` parameters of the `OrdinalEncoder` in scikit-learn are not properly handled. Specifically, these parameters are ignored during the ONNX model conversion....

### Feature request ### Allow users to provide a custom ONNX path via CLI Enable users to specify a custom ONNX model file path as a command-line argument, overriding the...

### What happened? An `This feature is only available for LiteLLM Enterprise users` error occures even when no enterprice features are used when i try to edit an already created...

bug
mlops user request

### Disclaimer This PR is still a **work in progress** and needs some polishing. The main goal of opening it early is to gather feedback on whether this approach is...