Labels
Labels
89 labels
- Refactoring
- A regression introduced in a new build (something that was previously working correctly)
- Generally require indepth knowledge of LLMs or GPUs
- Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
- Generally require more time to grok but manageable by beginner to medium expertise level
- Issues specific to RISCV hardware
- Part of a roadmap project
- Issues related to the RoCM backend
- Related to the remote procedure call functionality
- Bugs related to the scheduler and memory allocator mechanism
- Script related
- GGUF split model sharding
- https://en.wikipedia.org/wiki/SYCL - GPU programming language
- Requires sync with the ggml repo after merging
- https://github.com/ggerganov/llama.cpp/wiki/Tensor-Encoding-Schemes
- Everything test related
- Parallel processing and thread management
- Fine-tuning and training stuff
- Text-to-speech
- Created with heavy use of LLM assistants, requires human verification
- Issues specific to the Vulkan backend
- Issues specific to Windows
- This will not be worked on