• Devon Rifkin's avatar
    ggml: fix crash for array head counts · 6ed88985
    Devon Rifkin authored
    If it's an array, it uses the max value in the array
    
    If array values for head counts becomes more popular, we can consider a
    more invasive change like #10225 to calculate more accurate estimates.
    
    Fixes: #9984
    6ed88985
memory.go 13 KB