mirror of https://github.com/leafspark/AutoGGUF
2
Input Output Path
leafspark edited this page 2024-09-04 17:38:08 -07:00
AutoGGUF has three different global configurable paths:
- Models path
- This is where source GGUF models for quantization are located
- Output path
- This is where quantized GGUF models are saved
- Logs path
- This is where logs for all tasks get stored
You can set and browse them below the resource monitor and backend selection menu:
The following environment variables can be used to set the default folder names:
AUTOGGUF_MODEL_DIR_NAME
(default: "models")AUTOGGUF_OUTPUT_DIR_NAME
(default: "quantized_models")