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
A mode like the --interactive flag on llama.cpp except you only input prompts. The system loads all the other parameters in memory so they don't need reloaded.
The text was updated successfully, but these errors were encountered:
There's the server example (PR #367) that I made to achieve something similar. If you don't want to build it from source with the server, compiled binaries are available as releases on my fork.
A mode like the --interactive flag on llama.cpp except you only input prompts. The system loads all the other parameters in memory so they don't need reloaded.
The text was updated successfully, but these errors were encountered: