larq / compute-engine

Highly optimized inference engine for Binarized Neural Networks
https://docs.larq.dev/compute-engine
Apache License 2.0
242 stars 34 forks source link

Add Python 3.10 to release builds #733

Closed CNugteren closed 2 years ago

CNugteren commented 2 years ago

What do these changes do?

Add Python 3.10 to the release build scripts. This is now possible since TF 2.8 supports Python 3.10.

How Has This Been Tested?

A test release build is triggered to verify if all works fine (and to fill the cache): https://github.com/larq/compute-engine/actions/runs/2220640761

Benchmark Results

N/A

Related issue number

N/A

Tombana commented 2 years ago

There is another

gcc: internal compiler error

We could try --local_ram_resources=HOST_RAM*.40 to the bazel flags.

CNugteren commented 2 years ago

I went with a re-run first, let's see if that resolves it.

CNugteren commented 2 years ago

The test release worked fine: https://github.com/larq/compute-engine/actions/runs/2220640761, so I'll merge this in.