You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🤖 bump putout from 40.1.8 to 40.1.9 in the minor-and-patch group ([259b0f2](https://github.com/phun-ky/wrapture/commit/259b0f28011274b097c7c534ec491437d51bf806))
8
+
* 🤖 First code release ([63a78ae](https://github.com/phun-ky/wrapture/commit/63a78aefc3260e9d30918b90c1c460db53279310))
| <aid="format"></a> `format?`|`string`| The output format for the converted model (e.g., 'onnx'). Defaults to 'onnx' if not provided. | utils/convert.ts:22 |
20
-
| <aid="quantize"></a> `quantize?`|`boolean`| Whether to apply quantization to the model. | utils/convert.ts:27 |
| <aid="format"></a> `format?`|`string`| The output format for the converted model (e.g., 'onnx'). Defaults to 'onnx' if not provided. |[utils/convert.ts:22](https://github.com/phun-ky/wrapture/blob/main/src/utils/convert.ts#L22)|
21
+
| <aid="quantize"></a> `quantize?`|`boolean`| Whether to apply quantization to the model. |[utils/convert.ts:27](https://github.com/phun-ky/wrapture/blob/main/src/utils/convert.ts#L27)|
21
22
22
23
## Functions
23
24
@@ -27,7 +28,8 @@ Options for the [convert](#convert) function.
27
28
function convert(inputPath, outputDir, opts):Promise<void>;
| <aid="backend"></a> `backend`|`string`| The backend to use for inference. This affects the model file used. If set to `'wasm'`, the generated wrapper will load `model_quant.onnx`, otherwise it will load `model.onnx`. | utils/generate-wrapper.ts:15 |
| <aid="backend"></a> `backend`|`string`| The backend to use for inference. This affects the model file used. If set to `'wasm'`, the generated wrapper will load `model_quant.onnx`, otherwise it will load `model.onnx`. |[utils/generate-wrapper.ts:15](https://github.com/phun-ky/wrapture/blob/main/src/utils/generate-wrapper.ts#L15)|
20
21
21
22
## Functions
22
23
@@ -26,7 +27,8 @@ Options for generating ONNX wrapper files.
26
27
function generateWrapper(outputDir, opts):Promise<void>;
0 commit comments