Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IDEA] Auto convert MODEL_PATH model in .env (#19)
* Create convert.py Has to be actively run Checks model type of MODEL_PATH's model from .env and if is old ggml type, converts to ggjt and closes. If already ggjt, it just exits. The code to check the model type is on line 863 "def lazy_load_file(path: Path) -> ModelPlus:" Could be interesting if you could call it automatically from startllm and then after conversion change the name of your old file to oldmodel.bin and the new file to what you have in .env and then use it. * Update README.md --------- Co-authored-by: su77ungr <69374354+su77ungr@users.noreply.github.com>
- Loading branch information