lollms-webui icon indicating copy to clipboard operation
lollms-webui copied to clipboard

Error while Cloning project

Open d13g4 opened this issue 1 year ago • 2 comments

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

  1. Import project with pycharm from vcs.

Possible Solution

Fix submodule-path (checked it, really gives 404 on github)

d13g4 avatar Nov 16 '23 15:11 d13g4

same here on github desktop

Fuckingnameless avatar Dec 25 '23 14:12 Fuckingnameless

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.

ParisNeo avatar Dec 26 '23 20:12 ParisNeo