Pete

Results 26 comments of Pete

Sorry to be late to the party. I ran into this same issue. The fix was to add this to my index.html. Hope it helps.

I tried that. Replacing the ./ above with //F/docker/wikijs (the above yml is in F:\docker\wikijs, I end up getting a folder in the root called F which then has docker...

I'm stumped too. Can you please clarify in the instructions? It's unclear where to copy these files into the original folder.

I ran the quantize.py script as so: `python ..\..\..\quantize.py -m ..\..\..\models 7B` This showed the same output as before except it ended (quickly) with: "An error occurred while trying to...

Looking at the quantize.cpp it looks like it's looking for a -f32 file, not a -f16 file, so I manually ran convert-pth-to-ggml with an ftype of 0 and produced a...

Have you tried running main.exe from the command-line with the parameters supplied? If it responds right away without a response to your prompt, try: echo %errorlevel%

Segmentation fault. I had the same issue. Don't have a fix.

I would get it regardless of model (tried 7B and 13B) and I have 32GB on my machine. And it worked fine running under a Linux VM with only 16GB....

I get the segmentation fault under Windows with the 7B model. Using the same machine, running it in a linux VM with only 16GB of the 32GB allocated to it,...