Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (22 loc) · 696 Bytes

windows.md

File metadata and controls

44 lines (22 loc) · 696 Bytes

Guide for Windows

Install nodejs v18+:

Download the windows build for alpaca.cpp:

Go to {PROJECT_DIR}/bin

Extract the zip file

You should have these files in bin folder

Edit the config.js

Add .exe to the executable name:

Go back to {PROJECT_DIR}

Open a new terminal and run npm i

Run npm start

If you see error child process exited with code ..., make sure that you have enough available RAM to load the model. (For 7B, it's recommended to have at least 8GB of RAM)

Then, visit http://localhost:13000