Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 8667c9a

Browse files
committed
update versions in readme
1 parent ae0db03 commit 8667c9a

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
wheels (whl) and docker images
77
for **`aarch64` / ARMv8 / ARM64** devices
88

9-
[中文版](README_zh.md) ([for Gitee][31]) | [GitHub][32] | [Web][33]
9+
[中文版](README_zh.md) ([for Gitee][31]) | [GitHub][32] | [Web][33] | [TF][55]
1010

1111
## Install
1212

@@ -51,6 +51,8 @@ Similarly, `fastbook` could be installed by:
5151
| `torch` | `torchvision` | `torchaudio` | `torchtext` | `torchcsprng` | Status | `python` |
5252
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
5353
| `master` <br> `nightly` | `master` <br> `nightly` | `master` <br> `nightly` | `master` <br> `nightly` | `master` <br> `nightly` | | `>=3.6` |
54+
| `1.10.0` | `0.11.1` <br> `0.11.0` | `0.10.0` | `0.11.0` | | [![passing][2]][56] | `>=3.6` |
55+
| `1.9.1` | `0.10.1` | `0.9.1` | `0.10.1` | | | `>=3.6` |
5456
| `1.9.0`<a href="#difference-from-the-official-wheels"><sup>[i]</sup></a> | `0.10.0` | `0.9.0` | `0.10.0` | | [![passing][2]][52] | `>=3.6` <a href="#about-python-310"><sup>[i]</sup></a> |
5557
| `1.8.1` | `0.9.1` <a href="#about-torchvision-v091"><sup>[i]</sup></a> | `0.8.1` | `0.9.1` | `0.2.1` | [![passing][2]][48] | `>=3.6` |
5658
| `1.8.0` <a href="#about-pytorch-v180"><sup>[i]</sup></a> | `0.9.0` | `0.8.0` | `0.9.0` | `0.2.0` | [![passing][2]][46] | `>=3.6` |
@@ -220,3 +222,5 @@ Note:
220222
[52]: https://github.com/KumaTea/pytorch-aarch64/releases/tag/v1.9.0
221223
[53]: https://github.com/KumaTea/pytorch-aarch64/issues/8
222224
[54]: https://github.com/conda-forge/miniforge
225+
[55]: https://github.com/KumaTea/tensorflow-aarch64
226+
[56]: https://github.com/KumaTea/pytorch-aarch64/releases/tag/v1.10.0

test/test.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ fi
1717

1818
bash test/check-arch.sh
1919

20+
PKGS="torch torchvision torchaudio torchtext torchcsprng"
21+
EXT_PKGS="fastai fastbook"
22+
2023
$PYVER -m pip install -Uq pip setuptools wheel
21-
$PYVER -m pip install -q cffi dataclasses future numpy pillow pyyaml requests six typing_extensions tqdm # -f https://ext.kmtea.eu/whl/stable.html
22-
$PYVER -m pip install -q torch -f https://torch.kmtea.eu/whl/stable.html
23-
$PYVER -m pip install -q torchvision torchaudio torchtext torchcsprng -f https://torch.kmtea.eu/whl/stable.html
24+
$PYVER -m pip install -q cffi dataclasses future numpy pillow pyyaml requests six typing_extensions tqdm
25+
$PYVER -m pip install -Uq "$PKGS" -f https://torch.kmtea.eu/whl/stable.html -f https://ext.kmtea.eu/whl/stable.html
26+
$PYVER -m pip install -Uq "$EXT_PKGS" -f https://torch.kmtea.eu/whl/stable.html # -f https://ext.kmtea.eu/whl/stable.html
2427
$PYVER test/torch-test.py
2528

2629
mkdir -p /tmp/artifacts/whl

0 commit comments

Comments
 (0)