OpenMOSS / MOSS

An open-source tool-augmented conversational language model from Fudan University
https://txsun1997.github.io/blogs/moss.html
Apache License 2.0
11.93k stars 1.15k forks source link

macOS安装triton成功 #240

Open PangXitong opened 1 year ago

PangXitong commented 1 year ago

README.md表示“目前triton仅支持Linux及WSL,暂不支持Windows及Mac OS,请等待后续更新。” 但是Windows及Mac OS可以通过https://github.com/openai/triton手动安装

Install from source

git clone https://github.com/openai/triton.git;
cd triton/python;
pip install cmake; # build-time dependency
pip install -e .
PangXitong commented 1 year ago

但是运行时依旧报错“ModuleNotFoundError: No module named 'triton'”

firLucky commented 1 year ago

你让我很开心。同时,你又让我很失望(哭泣)

wujianming1996 commented 1 year ago

https://huggingface.co/r4ziel/xformers_pre_built/blob/main/triton-2.0.0-cp310-cp310-win_amd64.whl

wujianming1996 commented 1 year ago

这个 但需要python3.10环境

wujianming1996 commented 1 year ago

@firLucky

holycrypto commented 11 months ago

Any updates ?