requirements-macos.txt 669 B

1234567891011121314151617181920212223242526272829303132333435
  1. # macOS/Apple Silicon compatible requirements
  2. # Excludes flash-attn which is CUDA-only
  3. # Core ML libraries
  4. torch>=2.1.0
  5. torchvision
  6. torchaudio
  7. transformers==4.51.3
  8. accelerate
  9. # Vision and multimodal processing
  10. qwen_vl_utils
  11. huggingface_hub
  12. modelscope
  13. # UI frameworks
  14. gradio
  15. gradio_image_annotation
  16. streamlit
  17. # Document processing
  18. PyMuPDF
  19. # API clients
  20. openai
  21. # Optional: Model quantization for better performance on Apple Silicon
  22. # bitsandbytes # Note: May need Apple Silicon compatible version
  23. # Development tools
  24. jupyter
  25. ipython
  26. # Note: flash-attn is NOT included as it requires CUDA
  27. # The model will automatically fall back to standard attention mechanisms