]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Windows fixes (#31)
authorSebastián A <redacted>
Sun, 12 Mar 2023 20:15:00 +0000 (17:15 -0300)
committerGitHub <redacted>
Sun, 12 Mar 2023 20:15:00 +0000 (22:15 +0200)
commiteb062bb012c4e131818dd757a6d3a757fdee3961
tree9c7865b0f4e8457252ce6b0b936496cc48d08723
parent7027a97837c351e0a7bc48db2027af368de382db
Windows fixes (#31)

* 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.
ggml.c
main.cpp
quantize.cpp
utils.cpp