React Native ExecuTorch 发布 Qwen 2.5 模型系列
原标题:software-mansion/react-native-executorch-qwen-2.5
AI 摘要
software-mansion 在 Hugging Face 上发布了适用于 React Native ExecuTorch 库的 Qwen 2.5 模型仓库,包含 0.5B、1.5B 和 3B 规模的未量化与量化版本,文件格式为 .pte。这些模型使用 ExecuTorch v0.6.0 导出,不保证向前兼容,用户需确保运行时版本匹配。该发布旨在支持在移动端 React Native 环境中运行 Qwen 模型。
正文节选
--- license: apache-2.0 pipeline_tag: text-generation tags: - executorch library_name: executorch --- # Introduction This repository hosts the **Qwen 2.5** models for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes **unquantized** and **quantized** versions of the Qwen model in `.pte` format, ready for use in the **ExecuTorch** runtime. If you'd like to run these models in your own ExecuTorch runtime, refer to the [official d