-
Notifications
You must be signed in to change notification settings - Fork 150
Installation
Braden Stefanuk edited this page Aug 7, 2024
·
10 revisions
This page is deprecated as of 2024-08-07. New documentation is being created to replace it.
Tensile can be installed via:
- Download repo and don't install; install PyYAML dependency manually and call python scripts manually:
git clone https://github.com/ROCmSoftwarePlatform/Tensile.git
cd Tensile
./Tensile/bin/Tensile your_custom_config.yaml your_output_dir
- Install develop branch directly from repo using pip:
pip install git+https://github.com/ROCmSoftwarePlatform/Tensile.git@develop
tensile your_custom_config.yaml your_output_dir