* LLM: init one-click installer for windows * LLM: fix typo in one-click installer readme * LLM: one-click installer try except logic * LLM: one-click installer add dependency * LLM: one-click installer adjust README.md * LLM: one-click installer split README and add zip compress in setup.bat * LLM: one-click installer verified internlm and llama2 and replace gif * LLM: remove one-click installer images * LLM: finetune the one-click installer README.md * LLM: fix typo in one-click installer README.md * LLM: rename one-click installer to protable executable * LLM: rename other places to protable executable * LLM: rename the zip filename to executable * LLM: update .gitignore * LLM: add colorama to setup.bat
8 lines
No EOL
170 B
Batchfile
8 lines
No EOL
170 B
Batchfile
@echo off
|
|
|
|
|
|
:: execute chat script
|
|
set PYTHONUNBUFFERED=1
|
|
|
|
set /p modelpath="Please enter the model path: "
|
|
.\python-embed\python.exe .\chat.py --model-path="%modelpath%" |