Unverified Commit 3acf1b1e authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #292776 from CertainLach/vllm-update-033

vllm: 0.3.2 -> 0.3.3
parents 1353f7ae 6f6cb320
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, packaging
, setuptools
, torch
, outlines
, wheel
, psutil
, ray
@@ -36,14 +37,14 @@

buildPythonPackage rec {
  pname = "vllm";
  version = "0.3.2";
  version = "0.3.3";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "vllm-project";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-ZFwlR8Xnen7FFblwzPJm0k+3iEo2p27QhfRaDfzwbOM=";
    hash = "sha256-LU5pCPVv+Ws9dL8oWL1sJGzwQKI1IFk2A1I6TP9gXL4=";
  };

  # Otherwise it tries to enumerate host supported ROCM gfx archs, and that is not possible due to sandboxing.
@@ -114,6 +115,7 @@ buildPythonPackage rec {
    numpy
    torch
    transformers
    outlines
    xformers
    fastapi
    uvicorn