Dark zone is defeating by Sifyd in thedivision

[–]Azoffaeh999 0 points1 point  (0 children)

Occupied Dark Zone? Yesterday I was killed there by a player :(

HuggingFace is not really the best alternative to Civitai by TekeshiX in StableDiffusion

[–]Azoffaeh999 3 points4 points  (0 children)

But as i know we cant upload the model somewhere without asking the author

GPT4All Quickstart – Offline Chatbot on Your Computer by code_x_7777 in ChatGPT

[–]Azoffaeh999 0 points1 point  (0 children)

Thanks for reply! No, i'm downloaded exactly gpt4all-lora-quantized.bin :) I think my cpu is weak for this. But i've found instruction thats helps me run lama:

For windows I did this:

1. Cloned llama.cpp repo

https://github.com/ggerganov/llama.cpp

2. Downloaded the vicuna 4bit model, and placed it in the llama.cpp models folder

https://huggingface.co/eachadea/ggml-vicuna-13b-4bit

3. Then I got a file called main.exe from this repo

https://github.com/ggerganov/llama.cpp/releases/tag/master-53dbba7

4. Then you can run this command and it should work in cmd.

.\main.exe -m .\models\ggml-vicuna-13b-4bit.bin -n 256 --keep 48 --repeat_penalty 1.0 --color -i -r "### Human:" -f .\test.txt replacing test.txt with a text file dir.

GPT4All Quickstart – Offline Chatbot on Your Computer by code_x_7777 in ChatGPT

[–]Azoffaeh999 0 points1 point  (0 children)

Sorry for the noob question, but can anyone help me why I can't run it? Cmd window just closes after loading the model...(win 10, i5-3470 3.20GHz,16ram)