Hi there! I'm facing this error after cloning the repository: × git submodule update --init --recursive -q did not run successfully. │ exit code: 128 ╰─> See above for output. My env: ~ lit-llama % pip --version pip 23.2.1 from /Users/se...
运行命令:./build.sh --headless --bullet in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['git', 'submodule', 'update', '--init', '--recursive']' returned non-zero exit status 1. 说实话我也没看懂运行这个脚本是干嘛的,就是在配环境,但是就报错 ...