-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Model selectable - req.model.split(".") ERROR #334
Comments
When I follow the instructions to run dailai on docker i can see the model but I have the same error it seems to come from socket.io |
I had the same problem, bypassed it by installing a second model. |
@lucas-strummer wich models did you install? I installed llama 7B and 13B and it doesnt work... |
I get this too. I once ran it ok a few weeks ago on another Mac (intel) but now trying on my M1 Mac I get
Could it be the model isn't downloaded properly? My |
I have this exact same Error. |
same error in Windows and in vm linux ubuntu |
I have the same issue. Hardcoded the Core and Model variables in the index.js file to bypass it (line 219). For instance, if you installed llama 7B:
|
This is the one that is working for me.
Although, remember to switch "llama" to alpaca if you are using. Worked a charm, thanks man. |
If you have installed at least two models, the normal line 219 in index.js works
If you only have one model installed, you should edit the line to
Hardcoding the models is not a good solution I think and also didn't work for me, as long as I remember correctly Llama/Alpaca still doesn't work cause it doesn't give me results, it just calculates 'till death. Or..untill I hit the Stop button. But the model problem is fixed. Also didn't work with other models... |
I had one model and none of the solutions worked for me. After hardcoding the model and core it did not show any error when running but it never finished. Now I installed a second model and yet I get the same error. I think the primary cause of error is that the GUI does not receive correctly the installed models so one can't select it, which can be seen in the log in the query, the "models" param is empty. |
@FreshImmuc have you been able to solve this??, I also installed those two same models and I can't put it to work. |
After changing to
it looks like my model is empty, my first time using the app, and I'm not sure what goes wrong. |
Same happens to me, no model appears in the UI. |
Fixed is on my end for Windows. |
I can't select a model on the web-gui. How do i fix that?
Here is my web gui:
And here is the log when i try to submit a prompt:
The text was updated successfully, but these errors were encountered: