From 1ed6ecb0c5d3a056499494f5b6bc71e1ea48effc Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Mon, 12 Aug 2024 10:52:08 -0400 Subject: [PATCH] Summarize the headings to shorten them --- pybuda/installation.md | 8 ++++++-- versions.yml | 3 +-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pybuda/installation.md b/pybuda/installation.md index 5b4e3ad15..9f3d36d1f 100644 --- a/pybuda/installation.md +++ b/pybuda/installation.md @@ -123,9 +123,13 @@ Python dependencies. Creating a new virtual environment with PyBuda and librarie #### Step 1. Navigate to [Releases](https://github.com/tenstorrent/tt-buda/releases) -#### Step 2. Scroll to find the latest release package in `.zip` format under "Assets" that corresponds to your device and operating system +#### Step 2. Find the latest release package -#### Step 3. Download the `.zip` package and unzip to find the `pybuda`, `tvm` and `torchvison` wheel files +Scroll to find the latest release package in `.zip` format under "Assets" that corresponds to your device and operating system + +#### Step 3. Download the package and unzip + +Download the `.zip` package and unzip to find the `pybuda`, `tvm` and `torchvison` wheel files #### Step 4. Create your Python environment in desired directory diff --git a/versions.yml b/versions.yml index 820633c96..f664e8a19 100644 --- a/versions.yml +++ b/versions.yml @@ -8,5 +8,4 @@ tt-metalium: - latest - v0.49.0 ttnn: -- latest -- v0.49.0 +- latest \ No newline at end of file