mirror of
https://github.com/allenai/olmocr.git
synced 2025-11-09 06:59:03 +00:00
Test
This commit is contained in:
parent
d211276a73
commit
3d3fd78499
@ -22,6 +22,7 @@ logger = logging.getLogger("olmocr_runner")
|
|||||||
@dataclass
|
@dataclass
|
||||||
class Args:
|
class Args:
|
||||||
model: str = "allenai/olmOCR-7B-1025-FP8"
|
model: str = "allenai/olmOCR-7B-1025-FP8"
|
||||||
|
server: str = "http://localhost:30000/v1"
|
||||||
port: int = 3000
|
port: int = 3000
|
||||||
model_chat_template: str = "qwen2-vl"
|
model_chat_template: str = "qwen2-vl"
|
||||||
max_model_len: int = 8192
|
max_model_len: int = 8192
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user