llama-cpp-turboquant/common
SeungWon Jeong fb215c3832
server : normalize embeddings (#5956)
* output normalize embedding in '/v1/embeddings'

* common : reuse llama_embd_normalize

* common : better normalize impl

---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2024-03-09 14:27:58 +02:00
..
base64.hpp
build-info.cpp.in
CMakeLists.txt cmake : handle cases where git index is not found in .git (#5844) 2024-03-04 20:26:55 +02:00
common.cpp server : normalize embeddings (#5956) 2024-03-09 14:27:58 +02:00
common.h server : normalize embeddings (#5956) 2024-03-09 14:27:58 +02:00
console.cpp
console.h
grammar-parser.cpp grammar-parser : fix typo (#4318) 2023-12-04 09:57:35 +02:00
grammar-parser.h
log.h log : fix MSVC compile errors (#5643) 2024-03-08 11:35:04 +02:00
sampling.cpp speculative : implement stochastic speculative sampling (#5625) 2024-03-04 20:24:00 +02:00
sampling.h speculative : implement stochastic speculative sampling (#5625) 2024-03-04 20:24:00 +02:00
stb_image.h
train.cpp code : normalize enum names (#5697) 2024-02-25 12:09:09 +02:00
train.h