Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: blakeblackshear/frigate-hass-addons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pdecat/frigate-hass-addons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 13 files changed
  • 1 contributor

Commits on Apr 19, 2023

  1. Add variant for old x86_64 CPUs without AVX instructions (see blakebl…

    …ackshear/frigate#49)
    
    Dynamically build tensorflow tflite wheel on target platform and use official blakeblackshear/frigate:0.11.1 as base image
    
    Actually rebuild libedgetpu.so on target platform
    
    Downgrade bazel from 4.0.0 to 3.20 to build libedgetpu.so
    
    Alter bazel compilation options to build libedgetpu.so for target platform
    pdecat committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2b0781b View commit details
    Browse the repository at this point in the history
  2. Update libedgetpu from v14 to v16 ("release-grouper"), and tflite_run…

    …time from v2.5.0 to v2.5.0.post1
    pdecat committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    63a901f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7d435f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f85790 View commit details
    Browse the repository at this point in the history
  5. Define BUILD_NUM_JOBS to half the number of available CPU threads to …

    …avoid hogging resources during build
    pdecat committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3a41d27 View commit details
    Browse the repository at this point in the history
  6. Update to 0.12.0

    pdecat committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    712a4fc View commit details
    Browse the repository at this point in the history
  7. Merge branch 'oldcpu'

    * oldcpu:
      Update to 0.12.0
      Define BUILD_NUM_JOBS to half the number of available CPU threads to avoid hogging resources during build
      Fix removal of -msse4.2 compiler flag
      Update tflite_runtime from v2.5.0.post1 to v2.5.1
      Update libedgetpu from v14 to v16 ("release-grouper"), and tflite_runtime from v2.5.0 to v2.5.0.post1
      Add variant for old x86_64 CPUs without AVX instructions (see blakeblackshear/frigate#49)
    pdecat committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b1ae810 View commit details
    Browse the repository at this point in the history
Loading