Update README.md
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ Each separate quant is in a different branch. See below for instructions on fet
|
|
78 |
- In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/StableBeluga-13B-GPTQ:gptq-4bit-32g-actorder_True`
|
79 |
- With Git, you can clone a branch with:
|
80 |
```
|
81 |
-
git clone --branch --single-branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/StableBeluga-13B-GPTQ
|
82 |
```
|
83 |
- In Python Transformers code, the branch is the `revision` parameter; see below.
|
84 |
|
|
|
78 |
- In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/StableBeluga-13B-GPTQ:gptq-4bit-32g-actorder_True`
|
79 |
- With Git, you can clone a branch with:
|
80 |
```
|
81 |
+
git clone --branch --single-branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/StableBeluga-13B-GPTQ
|
82 |
```
|
83 |
- In Python Transformers code, the branch is the `revision` parameter; see below.
|
84 |
|