Finn Kumkar

Results 27 comments of Finn Kumkar

A possible workaround until this feature is implemented: ``` 'use strict'; var AmpersandFormView = require('ampersand-form-view'); /** * Form View * * @see https://github.com/AmpersandJS/ampersand-form-view/blob/v7.0.0/ampersand-form-view.js * @see https://github.com/AmpersandJS/ampersand-form-view/issues/69 */ module.exports = AmpersandFormView.extend({...

@idrassi I can confirm, that VeraCrypt v1.26.10 fixed the issue in Windows 10: ![image](https://github.com/veracrypt/VeraCrypt/assets/55295/530980c9-5a58-4f0d-bc15-1853532ca3f6) ![image](https://github.com/veracrypt/VeraCrypt/assets/55295/81cec875-18f8-4b1b-936c-f104a33a70ec)

@ieatbeansbruh, @phymbert, @dspasyuk & @hackdefendr Please see https://github.com/ggerganov/llama.cpp/issues/5807#issuecomment-1991179569 for a solution on how to convert `Smaug-72B-v0.1` to `GGUF`.

I can reproduce the problem when using the parallel request feature of the server with `10` parallel processing slots: > 1:02PM DBG GRPC(dolphin-2_2-yi-34b.Q4_K_M.gguf-127.0.0.1:36141): stderr slot 9: context shift - n_keep...

This bug only appears if a request slot exceeds its available context size. We simply worked around this problem by using a model with a context size that fits our...

> [...] maybe the default `--n-predict` must be set to `--ctx-size`. @phymbert That would not fix the problem because the bug is caused by overflowing the context window of a...