You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to the server (built using make server and run via ./server -m <model>) will crash the server with the following exception: libc++abi: terminating due to uncaught exception of type std::out_of_range: map::at: key not found. The r in root was capitalized, which is the source of the bad grammar.
Sending malformed grammar crashes the server example.
For instance, sending
to the server (built using
make server
and run via./server -m <model>
) will crash the server with the following exception:libc++abi: terminating due to uncaught exception of type std::out_of_range: map::at: key not found
. Ther
in root was capitalized, which is the source of the bad grammar.Tested on an M1 Max Mac using commit 238657d.
The text was updated successfully, but these errors were encountered: