| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-28 | all : be more strict about converting float to double (#458) | Stephan Walter | |
| * Be more strict about converting float to double * Test equivalence of round, SILU implementations Test module is commented out in CMakeLists.txt because the tests may take a long time, depending on how much the compiler optimizes. * Fix softmax in perplexity.cpp * all : prefer float over double where appropriate * perplexity : add <cmath> --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> | |||
| 2023-03-27 | Fix missing ggml link in cmake for examples/* on w64-mingw32 (#542) | Marco Matthies | |
| 2023-03-26 | Update README and comments for standalone perplexity tool (#525) | Stephan Walter | |
| 2023-03-25 | Cleanup STL headers + fix embedding examples + minor stuff | Georgi Gerganov | |
| 2023-03-25 | Overhaul the examples structure | Georgi Gerganov | |
| - main -> examples - utils -> examples (renamed to "common") - quantize -> examples - separate tools for "perplexity" and "embedding" Hope I didn't break something ! | |||
