in hfendpoints/bindings/python/hfendpoints/errors/config.py [0:0]
def __init__(self, archs: List[str], supported_archs: List[str]):
super().__init__(
f"This endpoint supports the following architectures {supported_archs} "
f"but got these: {archs}"
)