This commit is contained in:
TheK0tYaRa 2026-03-12 02:51:19 +02:00
parent b05f04c584
commit 2e5b60fcc7

View file

@ -84,7 +84,7 @@ let
httpx-retries
robust-downloader
doclayout-yolo
decord
# decord
;
in
{
@ -303,22 +303,23 @@ in
];
pythonImportsCheck = [ "qwen_vl_utils" ];
optional-dependencies = {
decord = [
decord
];
# decord' = [
# decord
# ];
};
meta = {
description = "Qwen-VL Utils contains a set of helper functions for processing and integrating visual language information with Qwen-VL Series Model.";
license = lib.licenses.asl20;
};
};
decord = {
url = "https://github.com/dmlc/decord/tree/v0.6.0/python";
meta = {
description = "An efficient video loader for deep learning with smart shuffling that's super easy to digest";
license = lib.licenses.asl20;
};
};
# decord = {
# url = "https://github.com/dmlc/decord/tree/v0.6.0/python";
# hash = "sha256-7YedKE0FAuZOCiQlgocZCMfkXvykxdf10ES7KwVZ1hc=";
# meta = {
# description = "An efficient video loader for deep learning with smart shuffling that's super easy to digest";
# license = lib.licenses.asl20;
# };
# };
mineru-vl-utils = {
url = "https://github.com/opendatalab/mineru-vl-utils/tree/mineru_vl_utils-0.1.22-released";
hash = "sha256-hpTW/1nwXPxfld4nx0XHZBMerWj+UL1vzDhYpwjezRU=";