From d2adbc336a3451089dc1bb78aee77090f27b64e6 Mon Sep 17 00:00:00 2001 From: logan Date: Wed, 15 May 2024 23:00:01 -0600 Subject: [PATCH] fix vllm link again sorry --- src/content/Blog/running-vllm-on-akash/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/Blog/running-vllm-on-akash/index.md b/src/content/Blog/running-vllm-on-akash/index.md index 8e6e093a..78863977 100644 --- a/src/content/Blog/running-vllm-on-akash/index.md +++ b/src/content/Blog/running-vllm-on-akash/index.md @@ -50,7 +50,7 @@ At the time of the original paper (June 2023), vLLM dramatically outperformed TG ## Preparation 1. Create an Akash account and ensure you have AKT tokens. -2. Login to console.akash.network with your wallet to launch an instance with an SDL (YAML) found in vLLM folder of the [Awesome-Akash repository](https://github.com/akash-network/awesome-akash/vllm/) +2. Login to console.akash.network with your wallet to launch an instance with an SDL (YAML) found in vLLM folder of the [Awesome-Akash repository](https://github.com/akash-network/awesome-akash/tree/master/vllm) ## Containerization We are going to use the latest official vLLM container image: `vLLM/vLLM-openai:v0.4.0.post1`