Docling support for AI Accelerators #609
nikos-livathinos
announced in
Announcements
Replies: 0 comments
|
sysn error |
0 replies
|
• .github/workflows/filterContentDir.yml |
1 reply
|
import requests TOKEN = "your_bot_token" url = f"https://api.telegram.org/bot{TOKEN}/sendMessage" |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🚀 Get ready for the next update! As of Docling 2.12.0, there is support for AI accelerators (
AUTO,CPU,CUDA,MPS). Thedevice,num_threadsAPI/CLI parameters and their corresponding envvarsDOCLING_DEVICE,DOCLING_NUM_THREADSallow to control the hardware settings used to run Docling. TheAUTOoption automatically selects the best device available in the system.👉 This example demonstrates how to use Docling with accelerators.
All reactions