Skip to content

Commit eb223dc

Browse files
committed
fix mixtral
1 parent 0d77fbd commit eb223dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9026,8 +9026,8 @@ static void ggml_cuda_mul_mat_id(const ggml_tensor * src0, const ggml_tensor * s
90269026
}
90279027
}
90289028

9029-
ggml_cuda_pool_free(src1_contiguous, as_src1);
90309029
ggml_cuda_pool_free(dst_contiguous, as_dst);
9030+
ggml_cuda_pool_free(src1_contiguous, as_src1);
90319031
}
90329032

90339033
if (dst->backend == GGML_BACKEND_CPU) {

0 commit comments

Comments
 (0)