Skip to content

Commit ef82e8f

Browse files
committed
Add custom networking link.
1 parent e3b44be commit ef82e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LLM/deployment/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ docker push <image-name:tag>
9999
To deploy the model, simply call the `deploy()` function with your settings:
100100
* For most application, a CPU shape would be sufficient.
101101
* Specify log group and log OCID to enable logging for the deployment.
102-
* Custom networking with internet access is required for accessing external APIs or OCI Generative AI APIs in a different region.
102+
* [Custom networking](https://docs.oracle.com/en-us/iaas/data-science/using/model-dep-create-cus-net.htm) with internet access is required for accessing external APIs or OCI Generative AI APIs in a different region.
103103
* Add environments variables as needed by your application, including any API keys or endpoints.
104104
* You may set the `DEFAULT_MODULE` for invoking the default app
105105

0 commit comments

Comments
 (0)