Unverified Commit a83d8536 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

python3Packages.vllm: 0.7.1 -> 0.7.2 (#380083)

parents eba1d384 5fddd980
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ in

buildPythonPackage rec {
  pname = "vllm";
  version = "0.7.1";
  version = "0.7.2";
  pyproject = true;

  stdenv = if cudaSupport then cudaPackages.backendStdenv else args.stdenv;
@@ -204,7 +204,7 @@ buildPythonPackage rec {
    owner = "vllm-project";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-CImXKMEv+jHqngvcr8W6fQLiCo1mqmcZ0Ho0bfAgfbg=";
    hash = "sha256-j59DpNuO5TgGD6UVGzueSTumd7mDMB4l1QytV3rFIJE=";
  };

  patches = [