text-generation-webui icon indicating copy to clipboard operation
text-generation-webui copied to clipboard

I fixed the issue, so just replace this line in the 3rd step

Open VanShaman opened this issue 1 year ago • 0 comments

          I fixed the issue, so just replace this line in the 3rd step

![[ ! -f models/$model_name/config.json ]] && python download-model.py $huggingface_org/$huggingface_repo --branch $huggingface_branch with this one: ![[ ! -f models/$model_name/config.json ]] && git clone https://huggingface.co/$huggingface_org/$huggingface_repo --branch $huggingface_branch models/$model_name

Originally posted by @AsakaJX in https://github.com/oobabooga/text-generation-webui/issues/1750#issuecomment-1533184217

      I've done that and now I'm getting this:
      
      ![[ ! -f models/$model_name/config.json ]] && git clone https://huggingface.co/$huggingface_org/$huggingface_repo --branch $huggingface_branch models/$model_name

VanShaman avatar May 05 '23 01:05 VanShaman