File size: 331 Bytes
ac2243f | 1 2 3 4 5 6 7 8 9 10 11 12 | # Remote inference
Remote inference provides access to an [Inference Endpoint](https://huggingface.co/docs/inference-endpoints/index) to offload local generation requirements for decoding and encoding.
## remote_decode
[[autodoc]] utils.remote_utils.remote_decode
## remote_encode
[[autodoc]] utils.remote_utils.remote_encode
|