exo: 0-unstable-2024-10-21 -> 0-unstable-2024-10-28 ()

This commit is contained in:
Sandro 2024-10-31 05:00:33 +01:00 committed by GitHub
commit 8c7be35ba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
}: }:
python3Packages.buildPythonApplication { python3Packages.buildPythonApplication {
pname = "exo"; pname = "exo";
version = "0-unstable-2024-10-21"; version = "0-unstable-2024-10-29";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "exo-explore"; owner = "exo-explore";
repo = "exo"; repo = "exo";
rev = "82a708f974b9a720e127c38a383f22e129be6373"; rev = "50a1b171f64a75594793147aa39db933ef38aed9";
hash = "sha256-BhhcYOipdLAviTzWRdNLMMPiND4mYv9Mkn8/yxo0vXY="; hash = "sha256-hzguPEQDTKBWe8Um+pwJpsctPbQqA6QW5LGknKWFaKo=";
}; };
build-system = with python3Packages; [ setuptools ]; build-system = with python3Packages; [ setuptools ];
@ -29,8 +29,6 @@ python3Packages.buildPythonApplication {
blobfile blobfile
grpcio grpcio
grpcio-tools grpcio-tools
hf-transfer
huggingface-hub
jinja2 jinja2
netifaces netifaces
numpy numpy
@ -39,13 +37,11 @@ python3Packages.buildPythonApplication {
prometheus-client prometheus-client
protobuf protobuf
psutil psutil
pydantic
requests requests
rich rich
safetensors safetensors
tailscale
tenacity tenacity
tiktoken
tokenizers
tqdm tqdm
transformers transformers
tinygrad tinygrad