ggerganov / ggml

Tensor library for machine learning
MIT License
11.26k stars 1.05k forks source link

ggml : remove unnecessary UNUSED macro call #880

Closed danbev closed 4 months ago

danbev commented 4 months ago

This commit removes an UNUSED macro call that is not needed as the variable n0 is used in the code and will not produce a warning.