This website requires JavaScript.
Explore
Help
Sign In
tqcq
/
llama.cpp
Watch
0
Star
0
Fork
0
You've already forked llama.cpp
mirror of
https://github.com/ggml-org/llama.cpp.git
synced
2025-08-26 10:09:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5d55b0cd827bb0fcfedfa329a82bd5d6ef2c93ca
llama.cpp
/
common
History
Michael Klimenko
52bb63c708
refactor : switch to emplace_back to avoid extra object (
#5291
)
2024-02-03 13:23:37 +02:00
..
base64.hpp
…
build-info.cpp.in
…
CMakeLists.txt
cmake : fix ld warning duplicate libraries libllama.a (
#4671
)
2023-12-29 16:39:15 +02:00
common.cpp
refactor : switch to emplace_back to avoid extra object (
#5291
)
2024-02-03 13:23:37 +02:00
common.h
YaRN : store rope scaling type as int32_t in memory (
#5285
)
2024-02-03 13:22:06 +02:00
console.cpp
…
console.h
…
grammar-parser.cpp
…
grammar-parser.h
…
log.h
english : use
typos
to fix comments and logs (
#4354
)
2023-12-12 11:53:36 +02:00
sampling.cpp
Remove unused data and add fixes (
#5154
)
2024-01-27 15:25:55 +01:00
sampling.h
llama : dynamic temperature sampling (
#4972
)
2024-01-25 22:06:22 +02:00
stb_image.h
…
train.cpp
llama : remove LLAMA_MAX_DEVICES and LLAMA_SUPPORTS_GPU_OFFLOAD (
#5240
)
2024-01-31 17:30:17 +02:00
train.h
…