chefbennyj1

Results 13 comments of chefbennyj1

I just wanted to leave a comment here to I could participate in the this thread. I am also experiencing repetitive behavior. It doesn't happen all the time, but when...

Just to be clear here is this correct? ` const Dalai = require('dalai') new Dalai().request({ model: "alpaca.7B", prompt: "The following is a conversation between a boy and a girl:", },...

oh, okay in earlier testing I used Dalai serve to access and test the bot. However, inorder to do this I has to rename "llama.cpp" to "main.cpp". Now, when attempting...

life saver! Ha! thank you! I missed that in the doc {face-palm}

Ive definitely been using CMD on the one machine. On another machine it seems to pull the llama model 7B and 13B without any problems. I guess I'm going to...

I've read thread 175, and renamed the llama.exe to main.exe, but still no joy. model seems to output "..." , and that is all.

> Same here. My "build" folder is totally empty after running npx dalai alpaca install 7B and it appearing to install successfully. Which is are you building on? I was...

You should be able to use: npx dalai llama install 65B But, it seems to get stuck at 75% for me. Unsure why.

looks like it might have been telling you to use an express server maybe: const express = require('express'); const app = express(); app.listen(3000, () => { console.log('Server is listening on...

I've seen this. Are you creating a node project, and using the constructor? If so, set the "model" property in the query to "alpaca.7B".