Skip to content

Commit

Permalink
Remove tests from latest version, rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ddilbazTT committed Feb 28, 2025
1 parent 6a5ad69 commit e08cf12
Show file tree
Hide file tree
Showing 43 changed files with 120 additions and 44,022 deletions.
3 changes: 1 addition & 2 deletions env/activate
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ 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 @@ -39,11 +40,9 @@ 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
86 changes: 0 additions & 86 deletions mlir_tests/Autoencoder (linear).mlir

This file was deleted.

Loading

0 comments on commit e08cf12

Please sign in to comment.