TheBloke commited on
Commit
750d370
1 Parent(s): 3e139f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ Each separate quant is in a different branch. See below for instructions on fet
61
  - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/open-llama-7B-v2-open-instruct-GPTQ:gptq-4bit-32g-actorder_True`
62
  - With Git, you can clone a branch with:
63
  ```
64
- git clone --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GPTQ`
65
  ```
66
  - In Python Transformers code, the branch is the `revision` parameter; see below.
67
 
 
61
  - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/open-llama-7B-v2-open-instruct-GPTQ:gptq-4bit-32g-actorder_True`
62
  - With Git, you can clone a branch with:
63
  ```
64
+ git clone --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/open-llama-7B-v2-open-instruct-GPTQ
65
  ```
66
  - In Python Transformers code, the branch is the `revision` parameter; see below.
67