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

Code for a run.bat file to auto start Alpaca in Windows Terminal

Open pflky opened this issue 2 years ago • 0 comments

I couldn't get it to show up properly in pull requests, so I'm posting it here. Just a simple code to allow everything to be started from a bat file. A run.bat file should be added to the precompiled zip files, containing this code:

@echo off wt.exe --% "./chat"

pflky avatar Apr 01 '23 14:04 pflky