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
I've download the model, and placed it in the path set in the appsettings, but when I click on the begin session button, I get an error it is unable to invoke the LoadModel method on the hub.
What other configuration do I need?
signalr.min.js:16 Uncaught (in promise) Error: Failed to invoke 'LoadModel' due to an error on the server.
at _this.callbacks.<computed> (signalr.min.js:16:50212)
at HubConnection.processIncomingData (signalr.min.js:16:52378)
at HubConnection.connection.onreceive (signalr.min.js:16:42096)
at webSocket.onmessage (signalr.min.js:16:121281)
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
-
I've download the model, and placed it in the path set in the appsettings, but when I click on the begin session button, I get an error it is unable to invoke the
LoadModel
method on the hub.What other configuration do I need?
Model downloaded from here:
https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/blob/main/llama-2-7b-chat.Q4_0.gguf
The console has no log messages either.
Beta Was this translation helpful? Give feedback.
All reactions