Skip to content

Commit

Permalink
Update to a version supports Flash Attention on CUDA.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Dec 15, 2023
1 parent 53f737c commit 9a9b0ef
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 = "1ca31088a8389521e31da906a5cd7b6aeb526329",
commit = "8e4a5a05201c1cf9d966a283c014b182c14368b5",
remote = "https://github.com/liuliu/ccv.git",
shallow_since = "1702448640 -0500",
shallow_since = "1702616811 -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 = "1ca31088a8389521e31da906a5cd7b6aeb526329",
shallow_since = "1702448640 -0500",
commit = "8e4a5a05201c1cf9d966a283c014b182c14368b5",
shallow_since = "1702616811 -0500",
)

_maybe(
Expand Down

0 comments on commit 9a9b0ef

Please sign in to comment.