spelling fixes

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
pull/1890/head
Jared Van Bortel 4 months ago
parent c9b969e05a
commit 45da8eb006

@ -32,7 +32,7 @@
#include "ggml-kompute.h"
#endif
// Maximum suppored GGUF version
// Maximum supported GGUF version
static constexpr int GGUF_VER_MAX = 3;
namespace {

@ -63,8 +63,8 @@ int main(int argc, char *argv[])
}
#endif
// make sure ChatLLM threads are joined before global destuctors run
// otherwise, we can get a heap-use-after-free inside of llama.cpp
// Make sure ChatLLM threads are joined before global destructors run.
// Otherwise, we can get a heap-use-after-free inside of llama.cpp.
ChatListModel::globalInstance()->clearChats();
return app.exec();

Loading…
Cancel
Save