Michael Yang hace 11 meses
padre
commit
55f6eba049
Se han modificado 1 ficheros con 0 adiciones y 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
 }