lollms-webui
lollms-webui copied to clipboard
Error while Cloning project
Expected Behavior
Cloning on git should work.
Current Behavior
It doesnt work. Error: No url found for submodule path 'lollms_core/zoos/bindings_zoo/exllama2/exllamav2' in .gitmodules Failed to recurse into submodule path 'lollms_core/zoos/bindings_zoo' Failed to recurse into submodule path 'lollms_core'
Steps to Reproduce
- Import project with pycharm from vcs.
Possible Solution
Fix submodule-path (checked it, really gives 404 on github)
same here on github desktop
Hi. If you just cloned the repo, then you need to update submodules and pullthem. there are many submodules to get: Al lthe soos the lollms_core the safe_stire utility
If you do it manually, then you need to go to lollms_core and do a git checkout main then git pull then you need to go to zoos/binding_zoo and do the same, then do the same for all other zoos, then do the same for utilities/safe_store.
Sorry for that, but if you have used the install scripts, they already do all that.