Skip to content

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:

  1. 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
  1. 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
Clone this wiki locally