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
In alpaca.cpp, ctrl+c is used interrupt text generation and return control to the user. On Windows, it works as expected when ctrl+c is pressed the first time. However, if you were to stop a text generation (press ctrl+c) for the second time, it will exit out of the script.
Is there anyway to fix this? Maybe change ctrl+c to something else like ctrl+d.