llama.cpp
Fix for quantize fail on init due to undefined static initialization of complex objects
#927
Merged

Commits
  • Replaced static initialization of complex objects with a initialization on first use. This prevents an undefined behavior on program run, for example, crash in Release build, works in Debug build
    arikpoz committed 2 years ago
  • replaced use of auto with exact type to avoid using -std=c++14
    arikpoz committed 2 years ago
  • Made the assessors functions for static maps be static const
    arikpoz committed 2 years ago
Loading