Docling-UI / setup-cpu-optimization.sh
oburnsy22's picture
added scripts for running and setting up cpu optimization
af94525
raw
history blame
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