OpenMOSS / OpenMOSS/MOSS

macOS安装triton成功

Open
#240 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
12.3k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

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 .

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review README.md and compare its Triton platform-support statement with the documented OpenAI Triton source-install steps in the issue. Confirm whether the commands apply to macOS and Windows, then update the README to reflect the verified support or installation path; done when the platform guidance is accurate.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.