Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-20 | move file magic/version to header, print expected version (#319) | Mack Straight | |
2023-03-20 | sentencepiece bpe compatible tokenizer (#252) | Mack Straight | |
* potential out of bounds read * fix quantize * style * Update convert-pth-to-ggml.py * mild cleanup * don't need the space-prefixing here rn since main.cpp already does it * new file magic + version header field * readme notice * missing newlines Co-authored-by: slaren <2141330+slaren@users.noreply.github.com> | |||
2023-03-12 | Windows fixes (#31) | Sebastián A | |
* Apply fixes suggested to build on windows Issue: https://github.com/ggerganov/llama.cpp/issues/22 * Remove unsupported VLAs * MSVC: Remove features that are only available on MSVC C++20. * Fix zero initialization of the other fields. * Change the use of vector for stack allocations. | |||
2023-03-11 | Fix un-initialized FP16 tables on x86 (#15, #2) | Georgi Gerganov | |
2023-03-10 | Initial release | Georgi Gerganov | |