python312Packages.open-clip-torch: 2.30.0 -> 2.31.0
This commit is contained in:
@@ -29,14 +29,14 @@
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "open-clip-torch";
|
||||
version = "2.30.0";
|
||||
version = "2.31.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mlfoundations";
|
||||
repo = "open_clip";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Ht59pYJfcBkfoWSTDipsoy/71pMzc5rlDD6xHgvUs1g=";
|
||||
hash = "sha256-VOfjxQjIC6IL7WyhTc8JpIAa9eknmU4LpnA9DtQJ+oQ=";
|
||||
};
|
||||
|
||||
build-system = [ pdm-backend ];
|
||||
@@ -91,7 +91,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Open source implementation of CLIP";
|
||||
homepage = "https://github.com/mlfoundations/open_clip";
|
||||
changelog = "https://github.com/mlfoundations/open_clip/releases/tag/v${version}";
|
||||
changelog = "https://github.com/mlfoundations/open_clip/releases/tag/${src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ iynaix ];
|
||||
mainProgram = "open-clip";
|
||||
|
||||
Reference in New Issue
Block a user