From ebc1d87807c52d49a40297a4f813e9611eba0607 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <maltanar@gmail.com> Date: Mon, 5 Oct 2020 17:34:31 +0200 Subject: [PATCH] [Deps] update finn-base --- docker/finn_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/finn_entrypoint.sh b/docker/finn_entrypoint.sh index 5adf0048e..089dcd7c9 100644 --- a/docker/finn_entrypoint.sh +++ b/docker/finn_entrypoint.sh @@ -12,7 +12,7 @@ gecho () { # checkout the correct dependency repo commits # the repos themselves are cloned in the Dockerfile -FINN_BASE_COMMIT=a21a581ecba8db1b86f8e1f96d2d841a0992a2d6 +FINN_BASE_COMMIT=dda1927a1e426441db268b5b4b93f6b091f8b024 BREVITAS_COMMIT=6ffefa8dbf37fdb0f44c994f34604c29fadb16b0 CNPY_COMMIT=4e8810b1a8637695171ed346ce68f6984e585ef4 HLSLIB_COMMIT=cfafe11a93b79ab1af7529d68f08886913a6466e -- GitLab