fzxu

Results 4 comments of fzxu

Here's the file structure of my downloaded model: ``` $ ls ./models 7B tokenizer.model tokenizer_checklist.chk $ ls ./models/7B checklist.chk consolidated.00.pth params.json ``` There isn't a directory called `data` and this...

@prusnak Thanks for providing the shasum for my validation! ``` $ shasum -a 256 ./models/7B/* 7935c843a25ae265d60bf4543b90bfd91c4911b728412b5c1d5cff42a3cd5645 ./models/7B/checklist.chk 008cfbd68936367b15a311494c8c8259c4902dbb461896ae767084372cdfa3fc ./models/7B/consolidated.00.pth 7e89e242ddc0dd6f060b43ca219ce8b3e8f08959a72cb3c0855df8bb04d46265 ./models/7B/params.json ``` Indeed my `consolidated.00.pth` file is somewhat corrupted. May...

For anyone who has doubt about their data, try using https://github.com/cocktailpeanut/dalai which has the weights downloaded for you, and they seem to come from reliable source.

Run into the same issue, just do ``` npm install node-pty ```