ollama/llm/ext_server
Daniel Hiltgen e12fff8810 Enable windows error dialog for subprocess startup
Make sure if something goes wrong spawning the process, the user gets
enough info to be able to try to self correct, or at least file a bug
with details so we can fix it.  Once the process starts, we immediately
change back to the recommended setting to prevent the blocking dialog.
This ensures if the model fails to load (OOM, unsupported model type,
etc.) the process will exit quickly and we can scan the stdout/stderr
of the subprocess for the reason to report via API.
2024-07-22 14:07:27 -07:00
..
CMakeLists.txt llm: fix missing dylibs by restoring old build behavior on Linux and macOS (#5511) 2024-07-05 21:48:31 -04:00
httplib.h Import server.cpp as of b2356 2024-03-12 13:58:06 -07:00
json.hpp Import server.cpp as of b2356 2024-03-12 13:58:06 -07:00
server.cpp Enable windows error dialog for subprocess startup 2024-07-22 14:07:27 -07:00
utils.hpp log clean up 2024-05-09 14:55:36 -07:00