a recent issue running `./holohub run holochat standalone` and `./holohub run holochat mcp`: ``` AttributeError: module 'torch' has no attribute 'uint64' ``` root cause is from the underlying model updates (transformer release 4.55 https://pypi.org/project/transformers/#history safetensors https://pypi.org/project/safetensors/): - https://huggingface.co/spaces/ggml-org/gguf-my-repo/discussions/186 - https://github.com/ggml-org/llama.cpp/pull/15134