Merge release1.24 to master (#1298)

This commit is contained in:
Jintao
2025-04-07 13:32:09 +08:00
committed by GitHub
parent 3bfff5cb53
commit 32aefd7428
13 changed files with 35 additions and 25 deletions

View File

@@ -31,7 +31,7 @@ class Builder:
if not args.cuda_version:
args.cuda_version = '12.1.0'
if not args.vllm_version:
args.vllm_version = '0.5.3'
args.vllm_version = '0.7.2'
if not args.lmdeploy_version:
args.lmdeploy_version = '0.6.2'
if not args.autogptq_version: