mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
Add runtime check for BF16 support which requires Compute Capability 8.0+. Tesla K80 and other CC 3.7 GPUs will fallback to FP16/FP32 operations. This ensures the upstream BF16 optimizations work on newer GPUs while maintaining compatibility with legacy hardware. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>