Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version GPT-in-a-Box as 1.0 #64

Merged
merged 5 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/gpt-in-a-box/kubernetes/v0.1/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Getting Started
This is a guide on getting started with GPT-in-a-Box deployment on a Kubernetes Cluster. You can find the open source repository for the K8s version [here](https://github.com/nutanix/nai-llm-k8s).
This is a guide on getting started with GPT-in-a-Box 1.0 deployment on a Kubernetes Cluster. You can find the open source repository for the K8s version [here](https://github.com/nutanix/nai-llm-k8s).

## Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/gpt-in-a-box/kubernetes/v0.2/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Getting Started
This is a guide on getting started with GPT-in-a-Box deployment on a Kubernetes Cluster. You can find the open source repository for the K8s version [here](https://github.com/nutanix/nai-llm-k8s).
This is a guide on getting started with GPT-in-a-Box 1.0 deployment on a Kubernetes Cluster. You can find the open source repository for the K8s version [here](https://github.com/nutanix/nai-llm-k8s).

## Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/gpt-in-a-box/kubernetes/v0.2/validated_models.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Validated Models for Kubernetes Version

GPT-in-a-Box has been validated on a curated set of HuggingFace models Information pertaining to these models is stored in the ```llm/model_config.json``` file.
GPT-in-a-Box 1.0 has been validated on a curated set of HuggingFace models Information pertaining to these models is stored in the ```llm/model_config.json``` file.

The Validated Models are :

Expand Down
4 changes: 2 additions & 2 deletions docs/gpt-in-a-box/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nutanix GPT-in-a-Box Documentation
# Nutanix GPT-in-a-Box 1.0 Documentation

Welcome to the official home dedicated to documenting how to run Nutanix GPT-in-a-Box. Nutanix GPT-in-a-Box is a new turnkey solution that includes everything needed to build AI-ready infrastructure. Here, you'll find information and code to run Nutanix GPT-in-a-Box on Virtual Machines or Kubernetes Clusters.
Welcome to the official home dedicated to documenting how to run Nutanix GPT-in-a-Box 1.0. Nutanix GPT-in-a-Box 1.0 is a turnkey solution that includes everything needed to build AI-ready infrastructure. Here, you'll find information and code to run Nutanix GPT-in-a-Box 1.0 on Virtual Machines or Kubernetes Clusters.

This new solution includes:

Expand Down
6 changes: 3 additions & 3 deletions docs/gpt-in-a-box/support.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Nutanix GPT-in-a-Box Support
# Nutanix GPT-in-a-Box 1.0 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.
This is the official repository for the virtual machine version of Nutanix GPT-in-a-Box 1.0.

[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.
This is the official repository for the Kubernetes version of Nutanix GPT-in-a-Box 1.0.

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

2 changes: 1 addition & 1 deletion docs/gpt-in-a-box/vm/v0.2/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Getting Started
This is a guide on getting started with GPT-in-a-Box deployment on a Virtual Machine. You can find the open source repository for the virtual machine version [here](https://github.com/nutanix/nai-llm).
This is a guide on getting started with GPT-in-a-Box 1.0 deployment on a Virtual Machine. You can find the open source repository for the virtual machine version [here](https://github.com/nutanix/nai-llm).

Tested Specifications:

Expand Down
2 changes: 1 addition & 1 deletion docs/gpt-in-a-box/vm/v0.3/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Getting Started
This is a guide on getting started with GPT-in-a-Box deployment on a Virtual Machine. You can find the open source repository for the virtual machine version [here](https://github.com/nutanix/nai-llm).
This is a guide on getting started with GPT-in-a-Box 1.0 deployment on a Virtual Machine. You can find the open source repository for the virtual machine version [here](https://github.com/nutanix/nai-llm).

Tested Specifications:

Expand Down
2 changes: 1 addition & 1 deletion docs/gpt-in-a-box/vm/v0.3/validated_models.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Validated Models for Virtual Machine Version

GPT-in-a-Box has been validated on a curated set of HuggingFace models. Information pertaining to these models is stored in the ```llm/model_config.json``` file.
GPT-in-a-Box 1.0 has been validated on a curated set of HuggingFace models. Information pertaining to these models is stored in the ```llm/model_config.json``` file.

The Validated Models are :

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ nav:
- "Manual": "anthos/install/manual/index.md"
- "Amazon EKS Anywhere":
- "Install": "eksa/install/index.md"
- "GPT-in-a-Box":
- "GPT-in-a-Box 1.0":
- "Overview": "gpt-in-a-box/overview.md"
- "Deploy on Virtual Machine":
- "v0.3":
Expand Down
Loading