text-generation-webui/docs/What Works.md

20 lines
983 B
Markdown

## What Works
| Loader | Loading LoRAs | Training LoRAs | Multimodal | Perplexity evaluation |
|----------------|---------------|----------------|------------|-----------------------|
| llama.cpp | ❌ | ❌ | ✅\* | ❌ |
| Transformers | ✅ | ✅ | ✅\*\* | ✅ |
| ExLlamav3_HF | ❌ | ❌ | ❌ | ✅ |
| ExLlamav3 | ❌ | ❌ | ✅ | ❌ |
| ExLlamav2_HF | ✅ | ❌ | ❌ | ✅ |
| ExLlamav2 | ✅ | ❌ | ❌ | ❌ |
| TensorRT-LLM | ❌ | ❌ | ❌ | ❌ |
❌ = not supported
✅ = supported
\* Via the `mmproj` parameter (multimodal projector file).
\*\* Via the `send_pictures` extension.