"...text-generation-inference.git" did not exist on "c5ef81bed5a1cf24c5048a9589ba74d84e150f13"
Commit fc2377ff authored by Sidney233's avatar Sidney233
Browse files

test: update e2e

parent a7e75dc0
...@@ -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 = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment