Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 25, 2024
1 parent de342ac commit fb461ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@ steps:
cp bazel-bin/*.whl .
artifact_paths:
- "*.whl"
- "bazel-out/k8*/testlogs/test/llama/test.log"
- "bazel-out/k8*/testlogs/test/llama/bench_vs_xla.log"

timeout_in_minutes: 180
2 changes: 1 addition & 1 deletion workspace.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JAX_COMMIT = "3713b966c2a868e948a663193282deba7ba14842"
JAX_SHA256 = "6b0265a1c58b6c050f334e6b91ce1a69b47b1144670b87bcc30fc90172b5cbf4"

ENZYME_COMMIT = "cc65abdb55e5e2e142d773e0508e1083d4b3ac52"
ENZYME_COMMIT = "786a76c0ecb8c0f7df887ceba8a6defb866eb54f"
ENZYME_SHA256 = ""

XLA_PATCHES = [
Expand Down

0 comments on commit fb461ff

Please sign in to comment.