alpaca.cpp
                                
                                 alpaca.cpp copied to clipboard
                                
                                    alpaca.cpp copied to clipboard
                            
                            
                            
                        Locally run an Instruction-Tuned Chat-Style LLM
After extracting the chat exe folder and copying model file into it, I tried to run chat.exe through terminal. However it keeps saying model failed to load. 
erro
Make Error at CMakeLists.txt:2 (project): Running 'nmake' '-?' failed with: 系统找不到指定的文件。 CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred!
Existing Makefile removed the executable `main` but this does not exist in this project. Removes `chat` instead.
I have encountered a problem: failed to tokenize string! And I don't know what his answer means. 
i have chatbot which keeps context (by processing whole history). and as you know the bot gets slower cuz theres lot to process everytime so i heard this word Chat/token...
The program doesn't seem to "remember" what was said previously, so it's difficult to maintain conversational flow. This example was generated with the 13B model, but the same happens with...
First of all guys i want to thank you for bringing such great instrument into people's hands. Half of planet countries blocked from ChatGPT already, many still forgetting this. Secondly,...
In alpaca.cpp, ctrl+c is used interrupt text generation and return control to the user. On Windows, it works as expected when ctrl+c is pressed the first time. However, if you...
is there any way to generate 7B,13B or 30B instead of downloading it? i already have the original models.
 After running the command it loads the model and then does nothing and exits. Not sure what the issue is