Spaces:
Running
Running
File size: 430 Bytes
70215f2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# CPU-Optimized Configuration for Laptop
# Copy this to .env for CPU-only setup
# DeepSeek OCR Configuration
DEEPSEEK_OCR_MODEL=deepseek-ai/DeepSeek-OCR
DEEPSEEK_OCR_DEVICE=cpu
DEEPSEEK_OCR_MAX_TOKENS=256
DEEPSEEK_OCR_TEMPERATURE=0.1
# CPU Performance Tips:
# - Use smaller images (max 1024x1024 pixels)
# - Process one image at a time
# - Close other applications to free up RAM
# - Consider using a smaller model if available
|