keldenl / gpt-llama.cpp

A llama.cpp drop-in replacement for OpenAI's GPT endpoints, allowing GPT-powered apps to run off local llama.cpp models instead of OpenAI.
MIT License
594 stars 67 forks source link

Windows Batch and Powershell Test Installation files added #15

Closed th-neu closed 1 year ago

th-neu commented 1 year ago

added a batch and powershell script to test the installation

th-neu commented 1 year ago

Yes pause was missing. And i cleaned the file. To much "REM" at the end.

keldenl commented 1 year ago

@th-neu works better, but i'm stuck on "can't find file in \llama.cpp\models\". i think it's because it's looking for it in the absolute path (\llama.cpp\models), but the following should be allowed: (C:\documents\llama.cpp\models).

also the powershelgl script isn't waiting either, so whatever you did for fix it for cmd u should apply to the powershell too

th-neu commented 1 year ago

Scripts has been updated