JARVIS icon indicating copy to clipboard operation
JARVIS copied to clipboard

Average Windows User: There is no easy way to run bash download.sh

Open 1nnovat1on opened this issue 2 years ago • 2 comments

I can't run this command in CMD

  • download models. Make sure that git-lfs is installed. cd models bash download.sh # required when inference_mode is local or hybrid.

1nnovat1on avatar Apr 17 '23 21:04 1nnovat1on

There's a powershell version that you can use in windows. Alternatively, you can get bash.

kevinkemp avatar Apr 17 '23 23:04 kevinkemp

The size of the model downloaded using bash is over 200GB (specifically 284GB). According to the suggestion in ReadMe.md, we can directly use the config.lite.json configuration file, which can skip the running of models_server.py.

CVC2233 avatar May 10 '23 03:05 CVC2233