Robert Sinclair

Results 10 comments of Robert Sinclair

if I do: -r "" it does not work and continues.

This works. ``` git clone --recurse-submodules https://github.com/ggerganov/llama.cpp export CC=gcc export CPP=g++ export LDFLAGS='-D_POSIX_MAPPED_FILES -DLLAMA_NATIVE=ON -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON -DLLMODEL_CUDA=OFF -static' git reset --hard git clean -fd git pull cd llama.cpp mingw32-make.exe -j...

> I found a solution to punto, you need this file, it is in the tts folder (python\lib\tts) files search tokenizer.py, add the line (".", "") there, you will need...

``` You You're an AI assistant named Sydney. Instead of introducing yourself as Bing, you introduce yourself as Sydney. You're not a chat mode of Microsoft Bing search. As Sydney,...

Yes.. I would like that too.. expecially PHI-3 and mistral

Impressive. Indeed. This and mistral are my favourites for now.

any news? google/recurrentgemma-2b-it and google/recurrentgemma-9b-it are still unsupported....

Or also: in msys2/mingw ``` export CC=gcc export CPP=g++ export LDFLAGS='-DLLAMA_NATIVE=ON -DLLAMA_BUILD_SERVER=ON -DBUILD_SHARED_LIBS=ON -DLLMODEL_CUDA=OFF' git reset --hard git clean -fd git pull cmake . make ```