mirror of https://github.com/leafspark/AutoGGUF
Update README.md
This commit is contained in:
parent
a0bd57cd70
commit
982d10713d
|
@ -35,12 +35,12 @@ # AutoGGUF - automated GGUF model quantizer
|
||||||
- requests
|
- requests
|
||||||
- psutil
|
- psutil
|
||||||
|
|
||||||
**To be implemented:**
|
**Issues:**
|
||||||
- Actual progress bar tracking
|
- Actual progress bar tracking
|
||||||
- Download safetensors from HF and convert to unquanted GGUF
|
- Download safetensors from HF and convert to unquanted GGUF
|
||||||
- Specify multiple KV overrides
|
- ~~Specify multiple KV overrides~~ (added in v1.1.0)
|
||||||
- Better error handling
|
- ~~Better error handling~~ (added in v1.1.0)
|
||||||
- Cannot select output/token embd type
|
- ~~Cannot select output/token embd type~~ (fixed in v1.1.0)
|
||||||
|
|
||||||
**Troubleshooting:**
|
**Troubleshooting:**
|
||||||
- llama.cpp quantizations errors out with an iostream error: create the `quantized_models` directory (or set a directory)
|
- llama.cpp quantizations errors out with an iostream error: create the `quantized_models` directory (or set a directory)
|
||||||
|
|
Loading…
Reference in New Issue