From fee40df55859513915151e4c4e448223ce47f834 Mon Sep 17 00:00:00 2001 From: Jeff Fialho Date: Tue, 10 Sep 2024 11:59:38 -0300 Subject: [PATCH] adjust spaces --- vllm_odh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/vllm_odh.md b/vllm_odh.md index f8adaf2d..b911acb3 100644 --- a/vllm_odh.md +++ b/vllm_odh.md @@ -1,6 +1,7 @@ # Git Workflow: Building the Development Image Release for VLLM This guide outlines the steps to create a new branch, sync it with upstream changes, merge pull requests (PRs) using squash commits, and handle updates from both upstream and ODH repositories. The process is geared towards building the development image release for VLLM, ensuring that each step is clear to avoid common mistakes. + In the previous process, we used the repository `github.com/ibm/vllm:main` as the base repository, while keeping `odh/vllm:main` as a tracked repository. Now, in this tutorial, we directly use the `odh/vllm:main` repository as the base, bringing in updates from `upstream:main` and merging some necessary PRs to build the current development image. ## Repositories