Matěj Štágl
Matěj Štágl
The current problem is most of the **interesting** features have documentation only for React / Vue, only StarterKit and start from scratch are covered for vanilla. Are there any plans...
The error mentioned above is: ``` exec: make in C:\Users\XXX\llama.cpp Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS...
Thanks for the hint, this is probably me doing it wrong but I'm missing g++, cc dependencies when running `make` from said folder: ``` C:\Users\XXX\llama.cpp>make process_begin: CreateProcess(NULL, uname -s, ...)...
#242 doesn't improve the responses in any way I was able to measure
@ggerganov Generating ggml models is explained here: https://github.com/antimatter15/alpaca.cpp/issues/13 13B model took me about 130gb space and like an hour to run convert and quantize scripts. I can write a full...
This got FMA enabled while building from VS, windows, on i7 8th gen. However, time per token seems to be the same (under 1% diff)
tested on win, LGTM. Considering the previous UTF-8 hack this replaces, I'd say it's better done this way.
This is a great idea, would love to see ASCII tables in DevToys. Can't count how many times I have to go online to check for some character codes there...
+1 dehardcode this please and allow users to revert to default. @Alex313031
@MackinnonBuck could you please elaborate on how to handle the `ObjectDisposedException` in the scenario @Tyme-Bleyaert presented? We are facing the same issue.