baberu-ocr-webgpu / bootstrap.sh
ameraino11's picture
Add complete 121 MB and 242 MB WebGPU variants, port source, and benchmarks
520f98d verified
Raw
History Blame Contribute Delete
182 Bytes
#!/bin/sh
set -eu
root=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
cd "$root"
uv venv --python 3.12 .venv
uv pip install --python .venv/bin/python --requirement requirements.txt