Skip to content

Commit 5cad188

Browse files
sebpuetzDaniël de Kok
authored andcommitted
No exception is raised for quantized storage.
1 parent da7cc26 commit 5cad188

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ impl PyEmbeddings {
166166
}
167167

168168
/// Copy the entire embeddings matrix.
169-
///
170-
/// Raises an exception if the embeddings are quantized.
171169
fn matrix_copy(&self) -> PyResult<Py<PyArray2<f32>>> {
172170
let embeddings = self.embeddings.borrow();
173171

0 commit comments

Comments
 (0)