Skip to content

Commit e0adfaf

Browse files
authored
Fix heading for vllm model inferencing (#123)
1 parent 59c85a0 commit e0adfaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Popular_Models_Guide/Llama2/vllm_guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
-->
2828

29+
# Deploying Llama2-7B Model with Triton and vLLM
30+
2931
The vLLM Backend uses vLLM to do inference. Read more about vLLM [here](https://blog.vllm.ai/2023/06/20/vllm.html) and the vLLM Backend [here](https://github.com/triton-inference-server/vllm_backend).
3032

3133
## Pre-build instructions
@@ -114,4 +116,4 @@ The future of AI is
114116
The future of AI is in the hands of the people who use it.
115117

116118
=========
117-
```
119+
```

0 commit comments

Comments
 (0)