Docling-UI / setup-cpu-optimization.sh
oburnsy22's picture
updated scripts
eb9a7a3
raw
history blame contribute delete
142 Bytes
#!/bin/bash
# Install uv if not already available
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install dependencies
uv sync --extra cpu