llama.cpp
38d762d8 - common: refactor common/debug to move abort_on_nan into base_callback_data

Commit
116 days ago
common: refactor common/debug to move abort_on_nan into base_callback_data Passing bool abort_on_nan as template parameter for common_debug_cb_eval is unnecessary and creates an issue with LTO. It should just be a member of the base_callback_data instead.
Parents
Loading