Skip to content

Input Output Path

leafspark edited this page Sep 5, 2024 · 2 revisions

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:

image

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")
Clone this wiki locally