mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-12-04 21:10:30 +01:00
Updated Home (markdown)
parent
2de576a881
commit
afca2c8aeb
19
Home.md
19
Home.md
@ -1 +1,18 @@
|
|||||||
Moved to https://github.com/oobabooga/text-generation-webui/tree/main/docs
|
## What works
|
||||||
|
|
||||||
|
| 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
|
||||||
|
Loading…
Reference in New Issue
Block a user