Skip to content

Commit 512ba53

Browse files
authored
Upgrade triton and vllm version (#54)
1 parent e835cf4 commit 512ba53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Quick_Deploy/vLLM/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

27-
FROM nvcr.io/nvidia/tritonserver:23.08-py3
28-
RUN pip install vllm==0.1.7
27+
FROM nvcr.io/nvidia/tritonserver:23.09-py3
28+
RUN pip install vllm==0.2.0

0 commit comments

Comments
 (0)