From c953394b3fbd854dab81ebd3884f04a00df7d06e Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:21:48 -0700 Subject: [PATCH] Created Input/Output Path (markdown) --- Input-Output-Path.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Input-Output-Path.md diff --git a/Input-Output-Path.md b/Input-Output-Path.md new file mode 100644 index 0000000..cc4e8be --- /dev/null +++ b/Input-Output-Path.md @@ -0,0 +1,11 @@ +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](https://github.com/user-attachments/assets/4c1fed2c-33a4-4d1f-93eb-e4c4d48ac59b)