]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Do not crash when it has nothing to say. (#796)
authorSergey Alirzaev <redacted>
Thu, 6 Apr 2023 15:59:11 +0000 (17:59 +0200)
committerGitHub <redacted>
Thu, 6 Apr 2023 15:59:11 +0000 (17:59 +0200)
commitcc9cee8e9e7598bd280295f6264f36d3a9224006
tree28dd4e7715ad1383cb630ca7afd7ed0a11bc4e0c
parentd2beca95dcfcd6f1145886e914b879ffc3604b7a
Do not crash when it has nothing to say. (#796)

Otherwise observing this in the interactive mode:
/usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/bits/stl_vector.h:1230: reference std::vector<int>::back() [_Tp = int, _Alloc = std::allocator<int>]: Assertion '!this->empty()' failed.
examples/main/main.cpp