Philipp Emanuel Weidmann

Results 98 issues of Philipp Emanuel Weidmann

[The documentation](https://quilljs.com/docs/installation) suggests that Quill's modules can be imported like this (example from linked documentation page): ```javascript import { Delta } from 'quill'; ``` However, that flat out doesn't work...

bug:functionality

### Documentation is - [ ] Missing - [ ] Outdated - [X] Confusing - [ ] Not sure? ### Explain in Detail The "Getting Started" guide (https://vitejs.dev/guide/) contains this...

documentation
contribution welcome

## Describe the bug With `Mistral-7B-Instruct-v0.3-Q4_K_M.gguf` from https://huggingface.co/bartowski/Mistral-7B-Instruct-v0.3-GGUF I'm seeing this behavior: ``` $ mistralrs-server -i gguf -m . -f Mistral-7B-Instruct-v0.3-Q4_K_M.gguf 2024-08-03T06:46:30.204741Z INFO mistralrs_server: avx: true, neon: false, simd128: false,...

bug
triaged

DRY is a modern repetition penalty that is superior to the standard frequency and presence penalties at preventing repetition, while having virtually none of their negative effects on language quality....

new feature

Llama.cpp has recently added support for the [DRY](https://github.com/oobabooga/text-generation-webui/pull/5677) and [XTC](https://github.com/oobabooga/text-generation-webui/pull/6335) sampling algorithms (https://github.com/ggerganov/llama.cpp/pull/9702 and https://github.com/ggerganov/llama.cpp/pull/9742, respectively). DRY and XTC are widely used for creative tasks, and are recommended in the...

feature request

### Problem Statement Llama.cpp has recently added support for the [DRY](https://github.com/oobabooga/text-generation-webui/pull/5677) and [XTC](https://github.com/oobabooga/text-generation-webui/pull/6335) sampling algorithms (https://github.com/ggerganov/llama.cpp/pull/9702 and https://github.com/ggerganov/llama.cpp/pull/9742, respectively). DRY and XTC are widely used for creative tasks, and are...

platform: desktop

There is a massive amount of duplication and near-duplication between the individual model implementations. Not only does this complicate maintenance, the implementations have also diverged substantially, with inconsistent naming (`Mlp`...