Update ExLlama.md

This commit is contained in:
oobabooga 2023-06-16 20:40:12 -03:00 committed by GitHub
parent 83be8eacf0
commit cb9be5db1c
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```