From 393636b1330df7c8da500652ba5fa82537e5db62 Mon Sep 17 00:00:00 2001 From: Jannis Klinkenberg <j.klinkenberg@itc.rwth-aachen.de> Date: Thu, 5 Jun 2025 15:10:38 +0200 Subject: [PATCH] Fixed header levels --- machine-and-deep-learning/vllm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine-and-deep-learning/vllm/README.md b/machine-and-deep-learning/vllm/README.md index 6a39176..b640d69 100644 --- a/machine-and-deep-learning/vllm/README.md +++ b/machine-and-deep-learning/vllm/README.md @@ -8,7 +8,7 @@ Python examples contained in this directory have been taken from https://github. ## 1. Running vLLM -## 1.1. Running vLLM using Apptainer (recommended) +### 1.1. Running vLLM using Apptainer (recommended) A vLLM container will be centrally provided on our HPC system **very soon**. However, for now lets assume we created one with the following command: ```bash @@ -28,7 +28,7 @@ zsh submit_job_container.sh sbatch submit_job_container.sh ``` -## 1.2. Running vLLM in a custom Python environment +### 1.2. Running vLLM in a custom Python environment This option assumes that you already have a working custom virtual environment, e.g., through the following instructions: ```bash -- GitLab