Skip to content

Commit

Permalink
Update ccv with some speed-up that would be friendly for gradient che…
Browse files Browse the repository at this point in the history
…ckpointing & memory reduction.
  • Loading branch information
liuliu committed Dec 3, 2024
1 parent aab8d3c commit 497d1f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

git_repository(
name = "ccv",
commit = "9568887c68306564d990299eb8a93998e434086f",
commit = "ce93a483455e099addef5da7d84014afd5c07427",
remote = "https://github.com/liuliu/ccv.git",
shallow_since = "1732569836 -0500",
shallow_since = "1733255703 -0500",
)

load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting")
Expand Down
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def s4nnc_deps():
git_repository,
name = "ccv",
remote = "https://github.com/liuliu/ccv.git",
commit = "9568887c68306564d990299eb8a93998e434086f",
shallow_since = "1732569836 -0500",
commit = "ce93a483455e099addef5da7d84014afd5c07427",
shallow_since = "1733255703 -0500",
)

_maybe(
Expand Down

0 comments on commit 497d1f2

Please sign in to comment.