Skip to content

Commit

Permalink
exo: 0-unstable-2024-10-03 -> 0-unstable-2024-10-06 (#346818)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 6, 2024
2 parents 7686035 + a61e21f commit 68ec194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ex/exo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication {
pname = "exo";
version = "0-unstable-2024-10-03";
version = "0-unstable-2024-10-06";
pyproject = true;

src = fetchFromGitHub {
owner = "exo-explore";
repo = "exo";
rev = "2b9dec20eb25f8708455e13eabc744d653b7a286";
hash = "sha256-Iz65bs/ntTrxcifrPemAlK8zVjbwQfXsnUlcE1r4E/A=";
rev = "7b2a523fd1e5f1281d89bc1f664a29dc2003b787";
hash = "sha256-o4tNbU9oa7WsAQ6eiTHqQVhliXbG/Y8d7PeH2TTWgGk=";
};

build-system = with python3Packages; [ setuptools ];
Expand All @@ -34,11 +34,11 @@ python3Packages.buildPythonApplication {
jinja2
netifaces
numpy
nvidia-ml-py
pillow
prometheus-client
protobuf
psutil
pynvml
requests
rich
safetensors
Expand Down

0 comments on commit 68ec194

Please sign in to comment.