Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddilbazTT authored Sep 24, 2024
1 parent c981582 commit 4c1eda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ cp /opt/ttmlir-toolchain/src/stablehlo-build/lib/lib* /opt/ttmlir-toolchain/lib/
This `tt-xla` repo is updated to use cmake instead of bazel and made compatiable with tt-mlir compiler.
```
git clone [email protected]:tenstorrent/tt-xla.git // Clone tt-xla repo
cd pjrt
cd tt-xla
source venv/activate
cmake -G Ninja -B build
cmake -build build
cmake --build build
```

## Testing
Expand Down

0 comments on commit 4c1eda3

Please sign in to comment.