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