# learn_qwen2_5_vl **Repository Path**: sharpglasses/learn_qwen2_5_vl ## Basic Information - **Project Name**: learn_qwen2_5_vl - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-22 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Qwen2.5VL学习记录 #### 模型结构图 ![Qwen2.5VL结构图](assets/qwen2_5_vl.png) 当前推理实现的效果与transformers库中的相比有一定差距 (ಥ_ಥ) 欢迎有兴趣的同学共同改进此项目\(^o^)/ #### 配套讲解视频 B站:[Qwen2.5VL推理的rust实现](https://www.bilibili.com/video/BV1EopyzaE2G/?share_source=copy_web&vd_source=9bbb759c3e7edda5d4577509b961f6f1) #### 学习笔记地址 [Qwen2.5VL推理的rust实现](https://jhqxxx.github.io/learn_qwen2_5_vl.html) #### 环境依赖 * ffmpeg安装参考: https://github.com/zmwangx/rust-ffmpeg/wiki/Notes-on-building * ubuntu/WSL: sudo apt install -y clang libavcodec-dev libavformat-dev libavutil-dev pkg-config libavfilter-dev libavdevice-dev