@threaded/ai 1.0.28 → 1.0.29

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.
package/dist/index.js CHANGED
@@ -1053,7 +1053,7 @@ var callHuggingFace = async (config, ctx) => {
1053
1053
  const { pipeline } = await import("@huggingface/transformers");
1054
1054
  if (!modelCache2.has(model2)) {
1055
1055
  const generator2 = await pipeline("text-generation", model2, {
1056
- dtype: "q4f16"
1056
+ dtype: "q4"
1057
1057
  });
1058
1058
  modelCache2.set(model2, generator2);
1059
1059
  }