Finn Kumkar

Results 27 comments of Finn Kumkar

Since the [secrets.js](https://github.com/countzero/brute_force_bip38/blob/v0.1.0/secrets.js) is a plain JavaScript function that is expected to return a flat array of strings you can do whatever fits your needs within the function body. If...

@mkellerman & @Niek I am not sure, if I am missing anything, but isn't this capability already implemented by https://github.com/Niek/chatgpt-web/pull/494? You can simply start a local OpenAI API compatible `llama-server`...

Error is still reproducable with https://github.com/mudler/LocalAI/releases/tag/v2.14.0 ```Shell curl -v https://[...]/metrics ``` > HTTP/1.1 500 Internal Server Error Alt-Svc: h3=":443"; ma=2592000 Content-Length: 5961 Content-Type: text/plain; charset=utf-8 Date: Tue, 07 May 2024...

@loeffel-io That is not my problem. The defect is, that the behaviour of the `--config` option is not cross-platform compatible. In a Unix system `ls-lint --config '../.ls-lint.yml'` correctly resolves a...

Hi, I ran into the same error in the context of [llama.cpp](https://github.com/ggerganov/llama.cpp) trying to convert https://huggingface.co/THUDM/glm-4-9b-chat to `GGUF`. **Error** ``` TypeError: ChatGLM4Tokenizer._pad() got an unexpected keyword argument 'padding_side' ``` **Workaround**...