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

chat.exe starts a blank terminal then shuts itself off on win11

Open pxc3113 opened this issue 1 year ago • 4 comments

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 from source but cmake tells me there are a bunch of grammar errors and chat.exe is not generated in the Release folder.

pxc3113 avatar Mar 31 '23 08:03 pxc3113

This works

https://github.com/SiemensSchuckert/alpaca.cpp

fancellu avatar Mar 31 '23 17:03 fancellu

You can do everything from start to finish in visual studio.
Visual Studio 2022 community ~ 10 gb selecting these modules to download and install - desktop development tools (default selection) python development (default selection+live share) node.js development (default selection) linux and embedded development with c++ (default selection)

0001

0002

0004

0005

0006

0007

in the future, visual studio is not needed to start the chat. can work in any console (for example, cmd or powershell)

aka4el avatar Mar 31 '23 18:03 aka4el

I also have this same issue. I followed the steps above with visual studio but running the chat.exe command still doesnt work and when you go into debug mode, it says that there is a symbol file not loaded for chat.exe. Screenshot (417) Screenshot (416) Screenshot (415)

Spacer-1970 avatar Apr 01 '23 11:04 Spacer-1970

I eddited the makefile. My cpu supports avx but not avx2. I changed it to build avx in the makefile.

betolley avatar Apr 02 '23 16:04 betolley