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

docs: Website documentation for vllm inferencing using rayserve on AWS Inferentia #637

Merged
merged 6 commits into from
Sep 19, 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 website/docs/gen-ai/inference/Neuron/Mistral-7b-inf2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Mistral-7B on Inferentia2
sidebar_position: 1
sidebar_position: 2
---
import CollapsibleContent from '../../../../src/components/CollapsibleContent';

Expand Down
2 changes: 1 addition & 1 deletion website/docs/gen-ai/inference/Neuron/llama2-inf2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Llama-2 on Inferentia2
sidebar_position: 3
sidebar_position: 4
description: Deploy Llama-2 models on AWS Inferentia accelerators for efficient inference.
---
import CollapsibleContent from '../../../../src/components/CollapsibleContent';
Expand Down
6 changes: 3 additions & 3 deletions website/docs/gen-ai/inference/Neuron/llama3-inf2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Llama-3 on Inferentia2
sidebar_position: 2
title: Llama-3-8B on Inferentia2
sidebar_position: 3
description: Deploy Llama-3 models on AWS Inferentia accelerators for efficient inference.
---
import CollapsibleContent from '../../../../src/components/CollapsibleContent';
Expand Down Expand Up @@ -308,4 +308,4 @@ This script will cleanup the environment using `-target` option to ensure all th
```bash
cd ../../../ai-ml/trainium-inferentia/
./cleanup.sh
```
```
2 changes: 1 addition & 1 deletion website/docs/gen-ai/inference/Neuron/rayserve-ha.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Ray Serve High Availability
sidebar_position: 5
sidebar_position: 6
---
import CollapsibleContent from '../../../../src/components/CollapsibleContent';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Stable Diffusion on Inferentia2
sidebar_position: 4
sidebar_position: 5
---
import CollapsibleContent from '../../../../src/components/CollapsibleContent';

Expand Down
563 changes: 563 additions & 0 deletions website/docs/gen-ai/inference/Neuron/vllm-ray-inf2.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading