python312Packages.open-clip-torch: 2.26.1 -> 2.27.0 (#348896)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-17 00:58:19 +02:00 committed by GitHub
commit 206ac6fb66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
huggingface-hub,
protobuf,
regex,
safetensors,
sentencepiece,
timm,
torch,
@ -28,14 +29,14 @@
}:
buildPythonPackage rec {
pname = "open-clip-torch";
version = "2.26.1";
version = "2.27.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mlfoundations";
repo = "open_clip";
rev = "refs/tags/v${version}";
hash = "sha256-XjPOsGet8VNzwEwzz14f1nF3XOgpkb4OERIc6VrDDZ8=";
hash = "sha256-1LdxgRl72fDYdM9tZKMnHTvAY5QsWYiQSDWEGrngaOo=";
};
build-system = [ pdm-backend ];
@ -45,6 +46,7 @@ buildPythonPackage rec {
huggingface-hub
protobuf
regex
safetensors
sentencepiece
timm
torch