taprosoft
commited on
Commit
·
6738aa9
1
Parent(s):
00d4478
fix: move sycamore to cpu
Browse files- backends/syca.py +1 -0
backends/syca.py
CHANGED
@@ -21,6 +21,7 @@ paritioner = ArynPartitioner(
|
|
21 |
extract_table_structure=True,
|
22 |
use_ocr=True,
|
23 |
extract_images=True,
|
|
|
24 |
)
|
25 |
context = sycamore.init(
|
26 |
exec_mode=ExecMode.LOCAL,
|
|
|
21 |
extract_table_structure=True,
|
22 |
use_ocr=True,
|
23 |
extract_images=True,
|
24 |
+
device="cpu",
|
25 |
)
|
26 |
context = sycamore.init(
|
27 |
exec_mode=ExecMode.LOCAL,
|