Skip to content

Commit 8f50b04

Browse files
committed
Formatting
1 parent e60e9da commit 8f50b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pipelines/feature-extraction.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import { Tensor, mean_pooling, quantize_embeddings } from '../utils/tensor.js';
5353
* // data: Float32Array [0.09528215229511261, -0.024730168282985687, ...],
5454
* // dims: [1, 384]
5555
* // }
56-
*
56+
*
5757
* // You can convert this Tensor to a nested JavaScript array using `.tolist()`:
5858
* console.log(output.tolist());
5959
* ```
@@ -67,7 +67,7 @@ import { Tensor, mean_pooling, quantize_embeddings } from '../utils/tensor.js';
6767
* // data: Int8Array [49, 108, 25, ...],
6868
* // dims: [1, 48]
6969
* // }
70-
*
70+
*
7171
* // You can convert this Tensor to a nested JavaScript array using `.tolist()`:
7272
* console.log(output.tolist());
7373
* ```

0 commit comments

Comments
 (0)