Daniel Kleine

Results 28 issues of Daniel Kleine

Your kneedle algorithm implementation work pretty good for me, thank you very much! Just one minor issue: The package itself lacks of some documentation. What I have been looking for:...

Added CUDA support information to Docker readme file

The naming of the extension is not great, will be displayed as "tomoki1207.pdf" in a `.vscode/extensions.json` or a `.devcontainer/devcontainer.json` file. This looks like a PDF file, e.g. ```json { "recommendations":...

**Problem Description** The problem is that when opening a bot in the Bot Framework Emulator, the Microsoft App password is masked. This can be frustrating because it makes it difficult...

Enhancement

* ch05_02, Row 4: `python additional-experiments.py --trainable_layers two_last_blocks` --> last_two_blocks * ch05/06: fixed minor typos

**Is your feature request related to a problem? Please describe.** It seems like there is currently no implementation of Conversational Language Understanding (CLU) in the Samples. **As of 1st April,...

needs-triage
feature-request

As per comment: https://github.com/ollama/ollama/issues/5919#issuecomment-2248604007 Could you please add the Meta-Llama-3.1 models to Ollama models please? https://ollama.com/library/llama3.1 Currently, there are only the instruction-finetuned models (`...-instruct-...`), but not the vanilla models (`...-text-...`):...

model request

Would it be possible to add an auto update functionality into the app, so that app directly in itself without needing to looking for a new release on gh?

* fix: set default RNG seed info in README to be random (`-1`) * fix: changed format for `--seed` that it prints signed (`-1`) [RNG seed (LLAMA_DEFAULT_SEED)](https://github.com/d-kleine/llama.cpp/blob/c6f4c22dcd562eb93d811073576a97d91bd3b261/common/arg.cpp#L914) [#define LLAMA_DEFAULT_SEED 0xFFFFFFFF](https://github.com/d-kleine/llama.cpp/blob/c6f4c22dcd562eb93d811073576a97d91bd3b261/include/llama.h#L34)...

examples
server

> Code and models from the paper ["Language Models are Unsupervised Multitask Learners"](https://d4mucfpksywv.cloudfront.net/better-language-models/language-models.pdf). This link does not work anymore, it says "Access Denied". Can you please fix that? Alternatively, the...