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
Sorry, but I am too busy and tired to dive into the code to do pull requests. So, I'm making this post.
Fix the misleading behavior
I have found two misleading behaviors with Llama.cpp.
When we load a model with the specified parameters from the command line (llama-server), these parameters are not reflected in the UI.
When we switch to another model, the old parameters in the UI are still applied, while we would expect the command-line parameters to be used.
This behavior causes bad experiences, as the model can become very disappointing.
To "fix" these behaviors, I use a hack with the help of Tampermonkey. And after switching models, I usually do a "hard refresh" of the page (Ctrl+Shift+R or Cmd+Shift+R).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry, but I am too busy and tired to dive into the code to do pull requests. So, I'm making this post.
Fix the misleading behavior
I have found two misleading behaviors with Llama.cpp.
This behavior causes bad experiences, as the model can become very disappointing.
To "fix" these behaviors, I use a hack with the help of Tampermonkey. And after switching models, I usually do a "hard refresh" of the page (Ctrl+Shift+R or Cmd+Shift+R).
Add import/export db feature
As the data are stored in the browser, it could be very useful to export / import easily from the UI the db.
Again, I use hacks with the help of Tampermonkey.
Export db
Import db
Here the full code:
Beta Was this translation helpful? Give feedback.
All reactions