Michael Yang hai 11 meses
pai
achega
55f6eba049
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      convert/gemma.go

+ 0 - 1
convert/gemma.go

@@ -35,7 +35,6 @@ func addOnes(data []float32, vectorSize int) ([]float32, error) {
 		f32s = append(f32s, t...)
 	}
 
-
 	return f32s, nil
 }