Merge pull request #5605 from dhiltgen/merge_glitch

Remove duplicate merge glitch
This commit is contained in:
Daniel Hiltgen 2024-07-10 11:47:08 -07:00 committed by GitHub
commit b99e750b62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -254,10 +254,6 @@ func NewLlamaServer(gpus gpu.GpuInfoList, model string, ggml *GGML, adapters, pr
params = append(params, "--tensor-split", estimate.TensorSplit)
}
if estimate.TensorSplit != "" {
params = append(params, "--tensor-split", estimate.TensorSplit)
}
for i := range len(servers) {
dir := availableServers[servers[i]]
if dir == "" {