shush
This commit is contained in:
parent
b05f04c584
commit
2e5b60fcc7
1 changed files with 12 additions and 11 deletions
|
|
@ -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=";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue