Skip to content

Commit

Permalink
exo: 0-unstable-2024-10-21 -> 0-unstable-2024-10-28
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 29, 2024
1 parent 2f1fcc9 commit 4a6ad18
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 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-21";
version = "0-unstable-2024-10-29";
pyproject = true;

src = fetchFromGitHub {
owner = "exo-explore";
repo = "exo";
rev = "82a708f974b9a720e127c38a383f22e129be6373";
hash = "sha256-BhhcYOipdLAviTzWRdNLMMPiND4mYv9Mkn8/yxo0vXY=";
rev = "50a1b171f64a75594793147aa39db933ef38aed9";
hash = "sha256-hzguPEQDTKBWe8Um+pwJpsctPbQqA6QW5LGknKWFaKo=";
};

build-system = with python3Packages; [ setuptools ];
Expand All @@ -29,8 +29,6 @@ python3Packages.buildPythonApplication {
blobfile
grpcio
grpcio-tools
hf-transfer
huggingface-hub
jinja2
netifaces
numpy
Expand All @@ -39,13 +37,11 @@ python3Packages.buildPythonApplication {
prometheus-client
protobuf
psutil
pydantic
requests
rich
safetensors
tailscale
tenacity
tiktoken
tokenizers
tqdm
transformers
tinygrad
Expand Down

0 comments on commit 4a6ad18

Please sign in to comment.