conf.py 458 Bytes
Newer Older
quyuan's avatar
quyuan committed
1
2
import os
conf = {
dt-yy's avatar
dt-yy committed
3
4
5
6
"code_path": os.environ.get('GITHUB_WORKSPACE'),
"pdf_dev_path" : os.environ.get('GITHUB_WORKSPACE') + "/tests/test_cli/pdf_dev",
#"code_path": "/home/quyuan/ci/actions-runner/MinerU",
#"pdf_dev_path": "/home/quyuan/ci/actions-runner/MinerU/tests/test_cli/pdf_dev",
quyuan's avatar
quyuan committed
7
"pdf_res_path": "/tmp/magic-pdf",
quyuan's avatar
quyuan committed
8
"jsonl_path": "s3://llm-qatest-pnorm/mineru/test/line1.jsonl",
yyy's avatar
yyy committed
9
"s3_pdf_path": "s3://llm-qatest-pnorm/mineru/test/test_rearch_report.pdf"
dt-yy's avatar
dt-yy committed
10
}