main.html 224 Bytes
Newer Older
raojy's avatar
raojy committed
1
2
3
4
5
{% extends "base.html" %}

{% block announce %}
  <p>You are viewing the latest developer preview docs. <a href="https://docs.vllm.ai/en/stable/">Click here</a> to view docs for the latest stable release.</p>
{% endblock %}