Skip to content

Commit

Permalink
Update to xla 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Jul 17, 2024
1 parent bf5ec7e commit 06313ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- run: |
wget -nv https://github.com/elixir-nx/xla/releases/download/v0.7.0/xla_extension-x86_64-linux-gnu-cpu.tar.gz
wget -nv https://github.com/elixir-nx/xla/releases/download/v0.7.1/xla_extension-x86_64-linux-gnu-cpu.tar.gz
tar -xzvf xla_extension-x86_64-linux-gnu-cpu.tar.gz
- uses: actions-rs/cargo@v1
with:
Expand All @@ -39,7 +39,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- run: |
wget -nv https://github.com/elixir-nx/xla/releases/download/v0.7.0/xla_extension-x86_64-linux-gnu-cpu.tar.gz
wget -nv https://github.com/elixir-nx/xla/releases/download/v0.7.1/xla_extension-x86_64-linux-gnu-cpu.tar.gz
tar -xzvf xla_extension-x86_64-linux-gnu-cpu.tar.gz
- uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
override: true
- run: rustup component add clippy
- run: |
wget -nv https://github.com/elixir-nx/xla/releases/download/v0.7.0/xla_extension-x86_64-linux-gnu-cpu.tar.gz
wget -nv https://github.com/elixir-nx/xla/releases/download/v0.7.1/xla_extension-x86_64-linux-gnu-cpu.tar.gz
tar -xzvf xla_extension-x86_64-linux-gnu-cpu.tar.gz
- uses: actions-rs/cargo@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Experimentation using the xla compiler from rust

Pre-compiled binaries for the xla library can be downloaded from the
[elixir-nx/xla repo](https://github.com/elixir-nx/xla/releases/tag/v0.7.0).
[elixir-nx/xla repo](https://github.com/elixir-nx/xla/releases/tag/v0.7.1).
These should be extracted at the root of this repository, resulting
in a `xla_extension` subdirectory being created, the currently supported version
is 0.7.0.
is 0.7.1.

For a linux platform, this can be done via:
```bash
wget https://github.com/elixir-nx/xla/releases/download/v0.7.0/xla_extension-x86_64-linux-gnu-cpu.tar.gz
wget https://github.com/elixir-nx/xla/releases/download/v0.7.1/xla_extension-x86_64-linux-gnu-cpu.tar.gz
tar -xzvf xla_extension-x86_64-linux-gnu-cpu.tar.gz
```

Expand Down

0 comments on commit 06313ac

Please # to comment.