When following the guide for working with large models we get an error so we could not test mounting hf models locally. The issue, from what I can ascertain, is that since I am on windows a “:” ends up at the “C:” beginning of the filepath to the downloaded huggingface model, this breaks thet tira code since the LocalExecutionIntegration does not expect the extra “:”.
From the forum: