-
Notifications
You must be signed in to change notification settings - Fork 6k
Home
oobabooga edited this page Oct 21, 2023
·
34 revisions
This is WIP. Please come back later.
| Loader | Loading 1 LoRA | Loading 2 or more LoRAs | Training LoRAs | Multimodal extension | Perplexity evaluation | Classifier-Free Guidance (CFG) |
|---|---|---|---|---|---|---|
| Transformers | ✅ | ❌ | ✅* | ✅ | ✅ | ✅ |
| ExLlama_HF | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ |
| ExLlamav2_HF | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ |
| ExLlama | ✅ | ❌ | ❌ | ❌ | use ExLlama_HF | ✅ |
| ExLlamav2 | ✅ | ✅ | ❌ | ❌ | use ExLlamav2_HF | ❌ |
| AutoGPTQ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ |
| GPTQ-for-LLaMa | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ |
| llama.cpp | ❌ | ❌ | ❌ | ❌ | use llamacpp_HF | ❌ |
| llamacpp_HF | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ |
| ctransformers | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
❌ = not implemented
✅ = implemented