Skip to content

Commit

Permalink
Add support statement for GPT-in-a-Box (#59)
Browse files Browse the repository at this point in the history
* add support statement

* list each repo separately
  • Loading branch information
lauranutanix authored Feb 9, 2024
1 parent 2b77b28 commit d2244a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/gpt-in-a-box/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Nutanix GPT-in-a-Box Support

Nutanix maintains public GitHub repositories for GPT in a box. Support is handled directly via the repository. Issues and enhancement requests can be submitted in the Issues tab of the relevant repository. Search for and review existing open issues before submitting a new issue. To report a new issue navigate to the GitHub repository:

[GitHub - nutanix/nai-llm ](https://github.com/nutanix/nai-llm)

This is the official repository for the virtual machine version of Nutanix GPT-in-a-Box.

[GitHub - nutanix/nai-llm-k8s](https://github.com/nutanix/nai-llm-k8s)

This is the official repository for the Kubernetes version of Nutanix GPT-in-a-Box.

The support procedure is documented in [KB 16159](https://portal.nutanix.com/page/documents/kbs/details?targetId=kA0VO0000000dJ70AI).

3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ nav:
- "Generating Model Archive File": "gpt-in-a-box/kubernetes/v0.1/generating_mar.md"
- "Deploying Inference Server": "gpt-in-a-box/kubernetes/v0.1/inference_server.md"
- "Inference Requests": "gpt-in-a-box/kubernetes/v0.1/inference_requests.md"
- "Custom Model Support": "gpt-in-a-box/kubernetes/v0.1/custom_model.md"
- "Custom Model Support": "gpt-in-a-box/kubernetes/v0.1/custom_model.md"
- "Support": "gpt-in-a-box/support.md"
- "Guides":
- "Cloud Native":
- "Red Hat OpenShift":
Expand Down

0 comments on commit d2244a7

Please sign in to comment.