系统准备要求
- Basisumgebung:需要安装Git和Miniconda
- Python-Version:必须使用Python 3.12版本
- Hardware-Empfehlungen:如需AI加速需NVIDIA GPU并配置CUDA
Detaillierte Installationsschritte
- Klonen des Projektlagers:
git clone https://github.com/yuruotong1/autoMate.git
- Erstellen Sie eine conda-Umgebung:
conda create -n "automate" python=3.12
- 安装依赖:在项目目录执行
pip install -r requirements.txt
关键配置项
- Auswahl des Modells: in
http://localhost:7888/
界面配置本地或在线模型 - Unterstützung der chinesischen Sprache:原生兼容中文路径,无需特殊设置
- GPU-Beschleunigung:根据PyTorch官网指引匹配CUDA版本
caveat
如遇依赖冲突,应先升级pip;首次启动后建议先测试基础功能。
Diese Antwort stammt aus dem ArtikelautoMate: ein natives Tool, das KI und RPA zur Automatisierung von Computeraufgaben kombiniertDie