You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LLM/deployment/Readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ docker push <image-name:tag>
99
99
To deploy the model, simply call the `deploy()` function with your settings:
100
100
* For most application, a CPU shape would be sufficient.
101
101
* 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.
103
103
* Add environments variables as needed by your application, including any API keys or endpoints.
104
104
* You may set the `DEFAULT_MODULE` for invoking the default app
0 commit comments