Skip to content

Commit

Permalink
Migrate .mlirbc and .irpa files into Git LFS. (#147)
Browse files Browse the repository at this point in the history
Follow-up to
#126 (comment)

All I needed to do for generating this PR was pull changes (having git
lfs installed). I think to avoid this in the future, others working with
these files should also install git lfs.
  • Loading branch information
ScottTodd authored Apr 2, 2024
1 parent 30a605d commit a7def9c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions iree_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ with `.mlir` files and native (C/C++) tools. Each test suite or test case may
also have its own import logic, with all test suites converging onto the
standard format described above.

Some large files are stored using [Git LFS](https://git-lfs.com/). When working
with these files please ensure that you have Git LFS installed:

```bash
$ git lfs install
```

## Running tests

Tests are run using the [pytest](https://docs.pytest.org/en/stable/) framework.
Expand Down
Binary file modified iree_tests/pytorch/models/llama-tank/splats.irpa
Binary file not shown.
Binary file modified iree_tests/pytorch/models/sd-clip-tank/sd-clip-tank.mlirbc
Binary file not shown.
Binary file modified iree_tests/pytorch/models/sd-clip-tank/splats.irpa
Binary file not shown.
Binary file modified iree_tests/pytorch/models/sd-unet-tank/sd-unet-tank.mlirbc
Binary file not shown.
Binary file modified iree_tests/pytorch/models/sd-unet-tank/splats.irpa
Binary file not shown.
Binary file modified iree_tests/pytorch/models/sd-vae-decode-tank/splats.irpa
Binary file not shown.

0 comments on commit a7def9c

Please sign in to comment.