Explorar o código

Remove duplicate merge glitch

Daniel Hiltgen hai 9 meses
pai
achega
22c81f62ec
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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 == "" {