From 18f0da4a6e2e3897551380f79d4aa6615aeab530 Mon Sep 17 00:00:00 2001 From: Michelle Habonneau <83347449+Michellehbn@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:29:59 +0100 Subject: [PATCH] Update custom_dependencies.mdx updated last link too --- docs/source/guides/custom_dependencies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/custom_dependencies.mdx b/docs/source/guides/custom_dependencies.mdx index b5fe2e7..1539cbe 100644 --- a/docs/source/guides/custom_dependencies.mdx +++ b/docs/source/guides/custom_dependencies.mdx @@ -18,4 +18,4 @@ Check out the `requirements.txt` files in the following model repositories for e * [Optimum and onnxruntime](https://huggingface.co/philschmid/distilbert-onnx-banking77/blob/main/requirements.txt) * [diffusers](https://huggingface.co/philschmid/stable-diffusion-v1-4-endpoints/blob/main/requirements.txt) -For more information, take a look at how you can create and install dependencies when you [use your own custom container](/docs/inference-endpoints/guides/custom_handler#3-customize-endpointhandler) for inference. +For more information, take a look at how you can create and install dependencies when you [use your own custom container](https://huggingface.co/docs/inference-endpoints/guides/custom_container) for inference.