I've been working on a new AI framework for Arch Linux using Intel Arc GPUs that shares a common folder for your LLMs, safetensors, loras, etc... These files that you download are typically very large. Usually the models are well over 6GB each, so I figured it made more sense to create a framework where the different programs used the same set of models. No need for copies of huge files...and they...