Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 872d6d7

Browse files
authored
[Docs] Update install command from github repo (#163)
* Refactor BatchMatMulEmitter and BatchMatMulSelector for improved readability and maintainability * Refactor import statements for improved readability and maintainability * Refactor import statements for improved readability and maintainability * disable failure email for ci * remove email notifications. * move relax pass from testing to mlc_llm * Refactor scripts with se check_eual_ref_scripts_with_emitter function * Lint Fix * Refactor scripts with se check_eual_ref_scripts_with_emitter function * buf fix for matrix support * lint fix * dispatch tensor core based on shapes * update install commands
1 parent 2c091f8 commit 872d6d7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ The easiest way to install BitBLAS is direcly from the PyPi using pip. To instal
101101
pip install bitblas
102102
```
103103

104+
Alternatively, to install the latest version of BitBLAS from the github repository, you can run the following command:
105+
106+
```bash
107+
pip install git+https://github.com/microsoft/BitBLAS.git
108+
```
109+
104110
After installing BitBLAS, you can verify the installation by running:
105111

106112
```bash

docs/Installation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Installation Guide
22

3-
4-
53
## Installing with pip
64

75
**Prerequisites for installation via wheel or PyPI:**
@@ -23,6 +21,12 @@ Alternatively, you may choose to install BitBLAS using prebuilt packages availab
2321
pip install bitblas-0.0.0.dev0+ubuntu.20.4.cu120-py3-none-any.whl
2422
```
2523

24+
To install the latest version of BitBLAS from the github repository, you can run the following command:
25+
26+
```bash
27+
pip install git+https://github.com/microsoft/BitBLAS.git
28+
```
29+
2630
After installing BitBLAS, you can verify the installation by running:
2731

2832
```bash

0 commit comments

Comments
 (0)