首页 | 人工智能 | 操作系统 | 硬件维修 | 软件编程

windows如何安装triton

发布时间:2025-09-21 10:47 | 分类:软件编程 | 作者:admin | 浏览数:22

Triton 的 Windows 版本(triton-windows)明确要求 Python 版本在 3.9 至 3.13 之间

Linux 用户:可以直接使用 pip install triton 安装。

Windows 用户:建议使用 pip install triton-windows 安装适用于 Windows 的版本

如果你已经在 ComfyUI_windows_portable 目录下,可以直接:

python_embeded\python.exe -m pip install triton-windows

接着安装sageattention

python_embeded\python.exe -m pip install sageattention
python_embeded\python.exe -m pip install onnx onnxruntime-gpu
python_embeded\python.exe -m pip install huggingface_hub[hf_xet]
python_embeded\python.exe -m pip install torch==2.8.0+cu128 torchvision==0.23.0+cu128 torchaudio==2.8.0+cu128 --index-url https://download.pytorch.org/whl/cu128
返回首页