alpaca.cpp
                                
                                 alpaca.cpp copied to clipboard
                                
                                    alpaca.cpp copied to clipboard
                            
                            
                            
                        Locally run an Instruction-Tuned Chat-Style LLM
Please, add the ability to control "randomness". Let the randomness value be shown in the answer so that it can be specified to reproduce exactly the same answer again (if...
## Problem When loading a large language model like Alpaca 30B, the `ggml_init` function tries to allocate a significant amount of memory (25.5 GB). Even if the system has sufficient...
PS C:\Users\Администратор\Downloads\opera\alpaca.cpp> .\Release\chat.exe main: seed = 1680110322 llama_model_load: loading model from 'ggml-alpaca-7b-q4.bin' - please wait ... llama_model_load: ggml ctx size = 6065.34 MB PS C:\Users\Администратор\Downloads\opera\alpaca.cpp>
This pull request aims to introduce a new feature to the project: the implementation of a web interface that utilizes a REST API for communication with the backend, secured through...
Hello I was wondering if it was possible that the answers could be given in tts data? exemple : me: test IA : Testing... testing.... This message will self-destruct in...
Hello, I'm trying to run this on Windows 11, and after fixing the cmake errors with #106 by adding the definitions, when I try to load the 30B model I...
My OS is windows 11. I downloaded the bin file and put it in alpaca-win folder but chat.exe starts a blank terminal then shuts itself off. Then I tried building...
Just two quick questions: is it possible to start the bin model also from the command line and e.g. specify a file as input prompt? And would it also be...
chat.exe will produce blank line with no text and will exit. On windows 10 compiled with cmake Please help.
I was able to build Android executable(tested using my Google Pixel 7 Pro). For more details please refer : https://github.com/rupeshs/alpaca.cpp/tree/linux-android-build-support 