Browse Source

Merge pull request #5605 from dhiltgen/merge_glitch

Remove duplicate merge glitch
Daniel Hiltgen 9 months ago
parent
commit
b99e750b62
1 changed files with 0 additions and 4 deletions
  1. 0 4
      llm/server.go

+ 0 - 4
llm/server.go

@@ -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 == "" {