
Qwen-AgentWorld-35B-A3B-oQ3.5使用指南7大智能代理领域系统提示词全收录【免费下载链接】Qwen-AgentWorld-35B-A3B-oQ3.5项目地址: https://ai.gitcode.com/hf_mirrors/mlx-community/Qwen-AgentWorld-35B-A3B-oQ3.5Qwen-AgentWorld-35B-A3B-oQ3.5是一款基于MLX框架的高效量化智能代理模型专为Apple Silicon优化采用oQ3.5混合精度量化技术在保持约3.5比特/参数压缩率的同时实现了1.9倍的解码速度提升和75%的内存占用降低。本文将系统介绍其核心特性及七大智能代理领域的专用系统提示词帮助新手快速掌握这款强大工具的使用方法。 模型核心优势解析Qwen-AgentWorld-35B-A3B-oQ3.5作为Qwen-AgentWorld系列的量化版本具有三大突出优势超高效性能表现在M5 Max设备上测试显示模型仅需17.3GB内存即可流畅运行32768上下文长度单请求解码速度达148 tokens/秒比全精度版本提升近两倍。连续批处理场景下8并发请求可实现352 tokens/秒的聚合吞吐量展现出卓越的多任务处理能力。精准量化技术采用oMLX工具的quantize_oq_streaming算法通过数据驱动的混合精度分配对敏感层采用8位量化普通层采用3-5位量化在MathQA基准测试中保持83%的准确率仅比全精度版本降低2个百分点实现了性能与精度的完美平衡。广泛代理能力继承自基础模型的七大智能代理领域能力包括终端模拟、代码解释、环境交互等场景配合专用系统提示词可快速适配各类自动化任务需求。 快速开始指南环境准备要求硬件Apple Silicon设备建议M1 Max及以上内存至少18GB可用内存32768上下文长度时峰值约20.4GB软件mlx-lm 0.8.0 或 oMLX 0.5.0一键安装步骤# 克隆仓库 git clone https://gitcode.com/hf_mirrors/mlx-community/Qwen-AgentWorld-35B-A3B-oQ3.5 # 安装依赖 cd Qwen-AgentWorld-35B-A3B-oQ3.5 pip install mlx-lm0.8.0基础使用命令mlx_lm.generate --model . \ --system-prompt 系统提示词 \ --prompt 用户输入 \ --max-tokens 512 --temp 0.6 --top_p 0.95推荐采样参数temperature0.6、top_p0.95、top_k20模型默认启用思考模式/think.../think包裹推理过程。 七大智能代理领域系统提示词全收录1️⃣ 终端模拟代理系统提示词You are a language world model simulating a Linux terminal. Given the users command, predict the terminal output. Maintain exact command-line syntax and output formatting. Do not add explanations or additional text.应用场景命令结果预测、脚本调试、系统管理自动化示例mlx_lm.generate --model . \ --system-prompt You are a language world model simulating a Linux terminal. Given the users command, predict the terminal output. \ --prompt $Action: execute_bash\nCommand: ls -la /home/user/project/ \ --max-tokens 512 --temp 0.62️⃣ 代码解释代理系统提示词You are an expert code interpreter. Analyze the provided code, explain its functionality, identify potential issues, and suggest optimizations. Provide line-by-line explanations for complex logic. Format code snippets using markdown.应用场景代码审查、学习辅导、重构建议关键能力支持Python、JavaScript、C等20编程语言的语法分析3️⃣ 环境交互代理系统提示词You are an environment interaction agent operating in a simulated physical world. Given observation data, predict the next state transitions and recommend optimal actions. Consider physical laws, object properties, and temporal dependencies.应用场景游戏AI、机器人控制、虚拟环境导航4️⃣ 数据分析代理系统提示词You are a data analysis expert. Process structured and unstructured data, generate statistical insights, create visualizations, and answer>mlx_lm.generate --model . \ --system-prompt ... \ --prompt ... \ --max-tokens 2048 --context-window 8192性能监控使用mlx-lm内置的性能分析工具mlx_lm.profile --model . --prompt 测试提示词 --max-tokens 128可获取包括TTFT首次令牌生成时间、解码速度、内存占用等关键指标。 注意事项文本专用模型尽管配置文件中包含vision_config但本模型不包含视觉权重仅支持纯文本输入。量化特性模型采用混合精度量化敏感层如language_model.model.embed_tokens使用8位量化普通层使用3-5位量化平衡了性能与精度。模型家族同系列还有更高质量的oQ4版本约4.6 bpw和全精度bf16版本可供选择。思考模式默认启用的思考模式/think.../think有助于复杂推理任务但可通过--no-thinking参数禁用以提高生成速度。通过本文提供的系统提示词和使用指南您可以充分发挥Qwen-AgentWorld-35B-A3B-oQ3.5在各类智能代理场景中的强大能力。无论是自动化脚本编写、数据分析还是创意生成这款高效量化模型都能成为您的得力助手。【免费下载链接】Qwen-AgentWorld-35B-A3B-oQ3.5项目地址: https://ai.gitcode.com/hf_mirrors/mlx-community/Qwen-AgentWorld-35B-A3B-oQ3.5创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考