@blank-utils/llm 0.4.13 → 0.4.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -925,7 +925,7 @@ function ChatInput({
|
|
|
925
925
|
env.useBrowserCache = true;
|
|
926
926
|
const captioner = await pipeline2("image-to-text", "Xenova/vit-gpt2-image-captioning", {
|
|
927
927
|
device: "wasm",
|
|
928
|
-
dtype: "
|
|
928
|
+
dtype: "q8"
|
|
929
929
|
});
|
|
930
930
|
if (mounted) captionerRef.current = captioner;
|
|
931
931
|
} catch (err) {
|
package/dist/index.js
CHANGED
package/dist/react/index.js
CHANGED
package/package.json
CHANGED