Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stablehlo compiler #338

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion env/activate
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ else
pip install --upgrade pip

python3.11 -m pip install -r requirements.txt

mkdir -p $TT_TORCH_HOME/dist
if [ ! -f $TT_TORCH_HOME/dist/torchvision*.whl ]; then
cd $TT_TORCH_HOME/third_party
Expand All @@ -40,8 +39,11 @@ else

cp dist/*.whl $TT_TORCH_HOME/dist
cd $TT_TORCH_HOME

fi
pip install $TT_TORCH_HOME/dist/torchvision*.whl
pip install stablehlo -f https://github.com/openxla/stablehlo/releases/expanded_assets/dev-wheels

fi
export TTTORCH_ENV_ACTIVATED=1
export TTMLIR_ENV_ACTIVATED=1
Expand Down
Loading
Loading