HuggingFace cannot detect file presence despite existence in Colab

I was trying to load a GPTQ model with HuggingFace and for some reason the model cannot a config.json file in a folder despite its existence (shown by the ls command). Is there a reason for this that I don’t fully understand?

I attached a picture of the error and my code.