From 9b3bdc5ee46600e0e377e9d29627e3775e568eb5 Mon Sep 17 00:00:00 2001 From: Zakhar Kogan <36503576+zakhar-kogan@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:45:51 +0200 Subject: [PATCH] Update mystic.py (v34) Updated to fractional GPUs --- src/storage/ocr/mystic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/ocr/mystic.py b/src/storage/ocr/mystic.py index 3f2a10ad..274fcc5d 100644 --- a/src/storage/ocr/mystic.py +++ b/src/storage/ocr/mystic.py @@ -11,7 +11,7 @@ "authorization": f"Bearer {settings.MYSTIC_TOKEN}", } -PIPELINE_ID = "uriel/easyocr-r:v33" +PIPELINE_ID = "uriel/easyocr-r:v34" async def load_file_to_mystic(file_content: bytes) -> str: