Skip to content

Commit cd6676e

Browse files
committed
Add tf 2.7 for ubuntu 20.04
1 parent 2987164 commit cd6676e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ All the binaries were compiled by passing `--config=opt` to bazel and setting
1414

1515
**Latest Builds**
1616

17-
| TF | HW | OS | GCC | Python | Supports | |
18-
|--------|-----|----------------|--------------------|----------|---------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
19-
| 2.4.1 | CPU | Ubuntu 20.04 | 9.3.0 | 3.8.5 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf2.4.0-ubuntu20.04-python3.8.5/tensorflow-2.4.1-cp38-cp38-linux_x86_64.whl) |
20-
| 2.2.1 | CPU | macOS Catalina | clang-1200.0.26.2 | 3.8.6 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf2.2.1-py3.8-macos/tensorflow-2.2.1-cp38-cp38-macosx_10_15_x86_64.whl) |
21-
| 2.2.0 | CPU | Ubuntu 18.04 | 7.5.0 | 3.7.7 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf2.2.0-py3.7-ubuntu18.04/tensorflow-2.2.0-cp37-cp37m-linux_x86_64.whl) |
22-
| 2.1.0 | CPU | Ubuntu 16.04 | 5.4.0 | 3.5.2 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build-archived/releases/download/tf-2.1.0-py35-ubuntu1604/tensorflow-2.1.0-cp35-cp35m-linux_x86_64.whl) |
17+
| TF | HW | OS | GCC | Python | NumPy | Supports | |
18+
|--------|-----|----------------|--------------------|----------|--------|---------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
19+
| 2.7.0 | CPU | Ubuntu 20.04 | 9.3.0 | 3.8.10 | 1.21.4 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf2.7.0-ubuntu20.04-py3.8.10/tensorflow-2.7.0-cp38-cp38-linux_x86_64.whl) |
20+
| 2.2.1 | CPU | macOS Catalina | clang-1200.0.26.2 | 3.8.6 | | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf2.2.1-py3.8-macos/tensorflow-2.2.1-cp38-cp38-macosx_10_15_x86_64.whl) |
21+
| 2.2.0 | CPU | Ubuntu 18.04 | 7.5.0 | 3.7.7 | | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf2.2.0-py3.7-ubuntu18.04/tensorflow-2.2.0-cp37-cp37m-linux_x86_64.whl) |
22+
| 2.1.0 | CPU | Ubuntu 16.04 | 5.4.0 | 3.5.2 | | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build-archived/releases/download/tf-2.1.0-py35-ubuntu1604/tensorflow-2.1.0-cp35-cp35m-linux_x86_64.whl) |
2323

2424
**What flags are supported by my CPU?**
2525

@@ -57,9 +57,10 @@ and I'll make sure your donations get to the hospital. Thanks!
5757
<details>
5858
<summary>Expand for older builds</summary>
5959

60-
| TF | HW | OS | GCC | Python | Supports | |
61-
|--------|-----|-------------------|--------------------|----------|-----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
62-
| 1.14.1 | CPU | macOS Mojave | clang-1001.0.46.4 | 3.7.4 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build-archived/releases/download/tf1.14.1-mojave-py3.7/tensorflow-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl) |
60+
| TF | HW | OS | GCC | Python | Supports | |
61+
|--------|-----|-------------------|--------------------|----------|-----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
62+
| 2.4.1 | CPU | Ubuntu 20.04 | 9.3.0 | 3.8.5 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build/releases/download/tf2.4.0-ubuntu20.04-python3.8.5/tensorflow-2.4.1-cp38-cp38-linux_x86_64.whl) |
63+
| 1.14.1 | CPU | macOS Mojave | clang-1001.0.46.4 | 3.7.4 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build-archived/releases/download/tf1.14.1-mojave-py3.7/tensorflow-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl) |
6364
| 1.14.1 | CPU | macOS Mojave | clang-1001.0.46.4 | 3.7.4 | FMA, AVX2, AVX512F | [Download](https://github.com/lakshayg/tensorflow-build-archived/releases/download/tf-1.14-ubuntu18.04-py3.7/tensorflow-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl) |
6465
| 1.14.1 | CPU | Ubuntu 18.04 | 7.4 | 3.7.3 | FMA, AVX2, AVX512F | [Download](https://github.com/lakshayg/tensorflow-build-archived/releases/download/tf-1.14-ubuntu18.04-py3.7/tensorflow-1.14.1-cp37-cp37m-linux_x86_64.whl) |
6566
| 1.13.1 | CPU | MacOS Mojave | clang-1001.0.46.4 | 3.7.2 | FMA, AVX, AVX2, SSE4.1, SSE4.2 | [Download](https://github.com/lakshayg/tensorflow-build-archived/releases/download/tf1.13.1-ubuntu16.04-py3/tensorflow-1.13.1-cp37-cp37m-macosx_10_9_x86_64.whl) |

0 commit comments

Comments
 (0)