Binit Rupakheti

Results 10 comments of Binit Rupakheti

This seems like a wrong way to do it. If we currently have guarantees that `zig fetch --save ` only needs to change the url and the hash, I think...

So I did some more digging. And I found that `std.time.timestamp()` , `std.time.microTimestamp()` and `std.time.milliTimestamp()` directly or indirectly call `std.time.nanoTimestamp()` when calculating timestamp and when trying to directly call `std.time.nanoTimestamp()`...

suffering from same issue, I'm on windows 10 though.

you probably don't have the models installed. What does it print when you just start the webui. It should show the model installed path and folders. ``` > query: {...

which version are you guys using? what does ```npx dalai --version``` print? update to latest version and try again. For updating clear the cache using ```npx clear-npx-cache``` and ```npm cache...

Check one thing for me. Does the directory dalai/alpaca/build/Release contain 3 files gglm.lib, main.exe and quantize.exe? Also use node lts version 18.15.0

I'll try and get back to you after I do a clean install from scratch.

Did everyone follow the steps for the Visual Studio installation if you're on windows? This needs visual studio and necessary components installed if you're on windows. Also run this in...

I deleted visual studio. I deleted all the things I had. I just ran a totally clean install on my laptop, again. and it just works fine for me. I...

What you're talking about is training/finetuning which is theoretically possible on CPU but practically impossible/non-feasible on CPU only because you'll be training for literal months instead of days, you need...