Skip to content

Pull requests: ggerganov/llama.cpp

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

llama : add early return for empty range
#8327 opened Jul 5, 2024 by danbev Loading…
2 of 4 tasks
Reorganize documentation pages documentation Improvements or additions to documentation examples
#8325 opened Jul 5, 2024 by ngxson Loading…
2 of 4 tasks
Fix converter for internlm2 python python script changes
#8321 opened Jul 5, 2024 by RunningLeon Loading…
2 of 4 tasks
Update README.md examples
#8315 opened Jul 5, 2024 by dspasyuk Loading…
1 of 3 tasks
added support for Authorization Bearer tokens
#8307 opened Jul 4, 2024 by dwoolworth Loading…
2 of 4 tasks
ggml : remove K_QUANTS_PER_ITERATION ggml changes relating to the ggml tensor library for machine learning Nvidia GPU Issues specific to Nvidia GPUs Vulkan Issues specific to the Vulkan backend
#8306 opened Jul 4, 2024 by ggerganov Loading…
1 of 4 tasks
SYCL : Improved implementation of dp4a for the Nvidia backend ggml changes relating to the ggml tensor library for machine learning SYCL https://en.wikipedia.org/wiki/SYCL - GPU programming language
#8295 opened Jul 4, 2024 by Alcpz Loading…
2 of 4 tasks
Add option to ignore tokens with 2+ English characters demo Demonstrate some concept or idea, not intended to be merged
#8279 opened Jul 3, 2024 by hopto-dot Loading…
2 of 4 tasks
Fix a small bug examples Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
#8268 opened Jul 3, 2024 by ho2103 Loading…
2 of 4 tasks
[SYCL] Use multi_ptr to clean up deprecated warnings ggml changes relating to the ggml tensor library for machine learning Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix SYCL https://en.wikipedia.org/wiki/SYCL - GPU programming language
#8256 opened Jul 2, 2024 by AidanBeltonS Loading…
2 of 4 tasks
Fix false flags used in termux demo in README.md Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
#8252 opened Jul 2, 2024 by Quantaindew Loading…
2 of 4 tasks
Removing fsep token from GPTRefactForCausalLM python python script changes Review Complexity : Medium Generally require more time to grok but manageable by beginner to medium expertise level
#8237 opened Jul 1, 2024 by jpodivin Loading…
2 of 4 tasks
Stylistic adjustments for python scripts python python script changes Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
#8233 opened Jul 1, 2024 by jpodivin Loading…
2 of 4 tasks
llama : fix mpt and olmo pre-tokenizer bugfix fixes an issue or bug Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
#8228 opened Jun 30, 2024 by compilade Draft
2 tasks done
adding guile_llama_cpp to binding list Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
#8222 opened Jun 30, 2024 by andy-tai Loading…
2 of 4 tasks
clip: don't throw exceptions from llava functions compiled as extern "C" examples Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
#8210 opened Jun 29, 2024 by hackingthekernel Loading…
2 of 4 tasks
server: Windows 7 compatibility examples Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix server
#8208 opened Jun 29, 2024 by Zor-X-L Loading…
2 of 4 tasks
Added checks for cmake,make and ctest in ci->run.sh devops improvements to build systems and github actions Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
#8200 opened Jun 28, 2024 by AlexsCode Loading…
2 of 4 tasks
json: $ref + object overhaul (https & recursive $refs, mix properties & allOf) breaking change Changes that break ABIs, APIs, file formats, or other forms of backwards compatibility. examples python python script changes Review Complexity : Medium Generally require more time to grok but manageable by beginner to medium expertise level server testing Everything test related
#8199 opened Jun 28, 2024 by ochafik Loading…
server : fix templates for llama2, llama3 and zephyr in new UI examples Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix server
#8196 opened Jun 28, 2024 by mgroeber9110 Loading…
2 of 4 tasks
Fix for Deepseek-V2's low-rank attention weights being quantized Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
#8194 opened Jun 28, 2024 by jukofyork Loading…
2 of 4 tasks
llama-bench : Generate full token count during warm up examples Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
#8187 opened Jun 28, 2024 by joeatodd Loading…
2 of 4 tasks
Add alpaca chat template (repush of #7383) Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix testing Everything test related
#8159 opened Jun 27, 2024 by jukofyork Loading…
2 of 4 tasks
ProTip! Exclude everything labeled bug with -label:bug.