alpaca.cpp icon indicating copy to clipboard operation
alpaca.cpp copied to clipboard

Locally run an Instruction-Tuned Chat-Style LLM

Results 103 alpaca.cpp issues
Sort by recently updated
recently updated
newest added

Is it possible to convert this instruct-gpt-j model for use with Alpaca? https://huggingface.co/nlpcloud/instruct-gpt-j-fp16/tree/main I tried using model as is on **`./chat`** but I just get a '**`bad magic`**' error I...

Whenever I try to execute the code on my machine I get the error: "Segmentation failure (core image written)" I know that usually this failure indicates that the program tried...

**7B** > What is periodontics? > > > Periodontics is a specialty of dentistry that focuses on the prevention and treatment of periodontal disease. It involves treating gum diseases such...

I am following the README for windows, compile the code. when trying to start chat.exe , the interactive chat never appears. my windows version is win10, x64 CPU the powershell...

Can we have a finetune.cpp or finetune.exe file to incorporate new data into the model? The use case will be to design an AI model that can do more than...

I am using the fully up to date alpaca repo with the 13B model. I downloaded the 13B model from the magnet link in the README. This is what I've...

I recently came across the alpaca.cpp open source project and I'm interested in using it for my own purposes. I was wondering if it's possible to teach the alpaca.cpp model...

I was playing with several of these options, but they seem to do nothing, or I don't know how to use them. --interactive --Interactive-start --reverse-prompt PROMPT --prompt PROMPT --file FNAME...

Greetings. Is it possible to use [tloen/alpaca-lora](https://github.com/tloen/alpaca-lora) with this tool? If yes, how is it possible?