Update ExLlama.md
This commit is contained in:
parent
83be8eacf0
commit
cb9be5db1c
1 changed files with 3 additions and 2 deletions
|
@ -4,11 +4,12 @@
|
||||||
|
|
||||||
ExLlama is an extremely optimized GPTQ backend for LLaMA models. It features much lower VRAM usage and much higher speeds due to not relying on unoptimized transformers code.
|
ExLlama is an extremely optimized GPTQ backend for LLaMA models. It features much lower VRAM usage and much higher speeds due to not relying on unoptimized transformers code.
|
||||||
|
|
||||||
# Installation:
|
## Installation:
|
||||||
|
|
||||||
1) Clone the ExLlama repository into your `repositories` folder:
|
1) Clone the ExLlama repository into your `text-generation-webui/repositories` folder:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
mkdir repositories
|
||||||
cd repositories
|
cd repositories
|
||||||
git clone https://github.com/turboderp/exllama
|
git clone https://github.com/turboderp/exllama
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue