mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Update ExLlama.md
This commit is contained in:
parent
83be8eacf0
commit
cb9be5db1c
@ -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.
|
||||
|
||||
# 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
|
||||
git clone https://github.com/turboderp/exllama
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user