Add Accuracy Benchmark for OCR models (#25364)

Co-authored-by: Ma Mingfei <mingfei.ma@intel.com>
This commit is contained in:
Chetan Kumar Verma
2026-07-06 16:18:43 +08:00
committed by GitHub
co-authored by Ma Mingfei
parent e2b55bdbab
commit b3ab56545b
9 changed files with 1915 additions and 0 deletions
+1
View File
@@ -142,6 +142,7 @@ test = [
"addict",
"auto-round>=0.13.1",
"bitsandbytes",
"pymupdf",
"diff-cover",
"expecttest",
"granian>=2.6.0",
+1
View File
@@ -102,6 +102,7 @@ tracing = [
]
test = [
"accelerate",
"pymupdf",
"expecttest",
"jsonlines",
"matplotlib",
+1
View File
@@ -95,6 +95,7 @@ tracing = [
test = [
"accelerate",
"pymupdf",
"expecttest",
"gguf",
"jsonlines",
+1
View File
@@ -162,6 +162,7 @@ diffusion_mps = [
test = [
"accelerate",
"pymupdf",
"expecttest",
"gguf",
"jsonlines",
+1
View File
@@ -100,6 +100,7 @@ tracing = [
test = [
"accelerate",
"bitsandbytes",
"pymupdf",
"expecttest",
"jsonlines",
"lm-eval[api]>=0.4.9.2",