ParisNeo / lollms-webui

Lord of Large Language Models Web User Interface
https://lollms.com
Apache License 2.0
4.27k stars 537 forks source link

win_install.bat path separator error when creating bin dir #468

Open rcastagno opened 9 months ago

rcastagno commented 9 months ago

Expected Behavior

The windows installer works without errors

Current Behavior

I get this output:

Creating a bin dir (required for llamacpp binding)
The syntax of the command is incorrect.
Installation complete.
Press any key to continue . . .

Steps to Reproduce

Please provide detailed steps to reproduce the issue.

download and run win_install.bat version 8.5

Possible Solution

It seems just that the folder separator is wrong. The command looks like this:

md ../installer_files/lollms_env/bin

but should probably be

md ..\installer_files\lollms_env\bin

Context

Please provide any additional context about the issue.

Screenshots

If applicable, add screenshots to help explain the issue.