simpleuserhere
simpleuserhere OP t1_jcubta9 wrote
Reply to comment by ninjasaid13 in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
I haven't tried cygwin for Alpaca.cpp.
simpleuserhere OP t1_jcu9x05 wrote
Reply to comment by ninjasaid13 in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
Are you using cygwin?
simpleuserhere OP t1_jcu2ikl wrote
Reply to comment by ninjasaid13 in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
For Windows you need Visual C++ compiler, so install Visual Studio C++ 2019 build tools, follow the instruction here https://github.com/rupeshs/alpaca.cpp#windows
simpleuserhere OP t1_jct9btk wrote
Reply to comment by schorhr in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
For Android build please use Linux ( tested with Ubuntu 20.04)
simpleuserhere OP t1_jct4k2z wrote
Reply to comment by schorhr in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
I have updated readme with Windows build instructions,please check https://github.com/rupeshs/alpaca.cpp#windows
simpleuserhere OP t1_jcrfjsh wrote
Reply to comment by schorhr in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
Thanks,What error are you getting? With Vs compiler and cmake we can easily build it.
simpleuserhere OP t1_jcreufr wrote
Reply to comment by Pale-Dentist330 in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
Hi, please check this branch https://github.com/rupeshs/alpaca.cpp/tree/linux-android-build-support
simpleuserhere OP t1_jcpttav wrote
Reply to comment by Meddhouib10 in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
This model is 4 bit quantized,so it will take less RAM (model size around 4GB)
simpleuserhere OP t1_jcpo1px wrote
I have tested Alpaca 7B model on Android (Google Pixel 7).
Submitted by simpleuserhere t3_11usq7o in MachineLearning
simpleuserhere OP t1_jcuc25e wrote
Reply to comment by ninjasaid13 in [Research] Alpaca 7B language model running on my Pixel 7 by simpleuserhere
Yes,