mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-07 14:13:49 +01:00
983 B
983 B
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.