From 5b0ca5ae9cf710187bc3fa98ac013a91f9f688de Mon Sep 17 00:00:00 2001 From: Liu Liu Date: Fri, 15 Nov 2024 14:06:22 -0500 Subject: [PATCH] Update dep that fixed a parameter_indices issue in face of gradient checkpointing. --- WORKSPACE | 4 ++-- deps.bzl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e1818d5ead6..d46a3128066 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") git_repository( name = "ccv", - commit = "dbdf28d5b7b2423c48f82aacd8dd5a647ad75516", + commit = "4ecbf13a9551ff50949f91af01dcbb3b451e1082", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1731648944 -0500", + shallow_since = "1731696551 -0500", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting") diff --git a/deps.bzl b/deps.bzl index ad6c78329cc..76afe9e8ee8 100644 --- a/deps.bzl +++ b/deps.bzl @@ -17,8 +17,8 @@ def s4nnc_deps(): git_repository, name = "ccv", remote = "https://github.com/liuliu/ccv.git", - commit = "dbdf28d5b7b2423c48f82aacd8dd5a647ad75516", - shallow_since = "1731648944 -0500", + commit = "4ecbf13a9551ff50949f91af01dcbb3b451e1082", + shallow_since = "1731696551 -0500", ) _maybe(