Skip to content

有没有傻瓜式的一键安装的方法? #374

@ZhaoVenya

Description

@ZhaoVenya

🚀 The feature, motivation and pitch

我用的版本是:triton_v3.5.x
我是按照这个文档从源代码安装这个步骤来的。
执行过程如下:
export FLAGTREE_BACKEND=nvidia # 当是nvidia的时候这个可以不用设置? cd python # Need to enter the python directory for Triton 3.1/3.2/3.3 python3 -m pip install . --no-build-isolation -v # Install flagtree and uninstall triton python3 -m pip show flagtree cd ${ANY_OTHER_PATH}; python3 -c 'import triton; print(triton.__path__)'

但是一直报错 根本解决不完。。。

源代码安装之前,需要下载什么开源工程吗?比如llvm-project、mlir、triton这些是否需要提前下载好?对应的版本是否有特殊要求?
小白确实不知道怎么下手T_T,跪求大佬们给小白一个傻瓜式的安装教程

Alternatives

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions