Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
fc2377ff
"...text-generation-inference.git" did not exist on "c5ef81bed5a1cf24c5048a9589ba74d84e150f13"
Commit
fc2377ff
authored
Jul 16, 2025
by
Sidney233
Browse files
test: update e2e
parent
a7e75dc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/unittest/test_e2e.py
tests/unittest/test_e2e.py
+2
-2
No files found.
tests/unittest/test_e2e.py
View file @
fc2377ff
...
@@ -36,7 +36,7 @@ def test_pipeline_with_two_config():
...
@@ -36,7 +36,7 @@ def test_pipeline_with_two_config():
if
doc_path
.
suffix
in
pdf_suffixes
+
image_suffixes
:
if
doc_path
.
suffix
in
pdf_suffixes
+
image_suffixes
:
doc_path_list
.
append
(
doc_path
)
doc_path_list
.
append
(
doc_path
)
os
.
environ
[
"MINERU_MODEL_SOURCE"
]
=
"modelscope"
#
os.environ["MINERU_MODEL_SOURCE"] = "modelscope"
pdf_file_names
=
[]
pdf_file_names
=
[]
pdf_bytes_list
=
[]
pdf_bytes_list
=
[]
...
@@ -102,7 +102,7 @@ def test_vlm_transformers_with_default_config():
...
@@ -102,7 +102,7 @@ def test_vlm_transformers_with_default_config():
if
doc_path
.
suffix
in
pdf_suffixes
+
image_suffixes
:
if
doc_path
.
suffix
in
pdf_suffixes
+
image_suffixes
:
doc_path_list
.
append
(
doc_path
)
doc_path_list
.
append
(
doc_path
)
os
.
environ
[
"MINERU_MODEL_SOURCE"
]
=
"modelscope"
#
os.environ["MINERU_MODEL_SOURCE"] = "modelscope"
pdf_file_names
=
[]
pdf_file_names
=
[]
pdf_bytes_list
=
[]
pdf_bytes_list
=
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment