fatal: repository 'gptq-4bit-32g-actorder_True' does not exist with readme example

#1
by Handgun1773 - opened

When I do git clone --branch --single-branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/NewHope-GPTQ as in your readme example, I get fatal: repository 'gptq-4bit-32g-actorder_True' does not exist.
Instead, I have to do git clone --single-branch https://huggingface.co/TheBloke/NewHope-GPTQ --branch gptq-4bit-32g-actorder_True.

Thanks for the report. I've updated the template to show the following:

git clone --single-branch --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/NewHope-GPTQ

Which also works.

Sign up or log in to comment