Skip to content

Commit ac80cbb

Browse files
committed
Update location of compiled libraries for Tensorflow 2.6.0 on Apple Silicon M1 devices
1 parent 17230aa commit ac80cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Find your version
1212
Versions starting with v0 are liable to change radically.
13-
- Tensorflow 2.6 experimental support: `go get github.com/codingbeard/tfkg v0.2.6.5`
13+
- Tensorflow 2.6 experimental support: `go get github.com/codingbeard/tfkg v0.2.6.6`
1414

1515
## Requirements
1616
- Docker if using the provided container
@@ -204,7 +204,7 @@ See: https://www.tensorflow.org/install/source#docker_linux_builds
204204

205205
Docker did not play nicely with the amd64 precompiled Tensorflow C library so I had to compile it from source with avx disabled on a different linux amd64 machine.
206206

207-
The compiled libraries and licenses are in `./docker/tf-jupyter-golang-m1`
207+
The compiled libraries and licenses can be found at: https://github.com/CodingBeard/tfkg/releases/tag/v0.2.6.5 and need to be placed in `./docker/tf-jupyter-golang-m1/`
208208

209209
These are the steps I took to compile the library from sources to make it work:
210210

0 commit comments

Comments
 (0)