mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-23 08:58:11 -07:00
8 lines
228 B
JavaScript
8 lines
228 B
JavaScript
export const ASK_MODEL = /** @type {const} */ ({
|
|
name: "Ternary Bonsai 1.7B",
|
|
modelId: "onnx-community/Ternary-Bonsai-1.7B-ONNX",
|
|
revision: "8beb5ca724ad1489e02c7834d065cfce1a759628",
|
|
dtype: "q2",
|
|
size: "~507 MB",
|
|
});
|