Skip to content

Commit

Permalink
ci(buildkite): temporarily build on CUDA servers
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 21, 2024
1 parent aefaf98 commit 9967e02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .buildkite/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ steps:
env:
TUTORIAL_BACKEND_GROUP: "CPU"
agents:
queue: "juliaecosystem"
os: "linux"
arch: "x86_64"
# FIXME: enable these once the servers are back up
# queue: "juliaecosystem"
# os: "linux"
# arch: "x86_64"
queue: "juliagpu"
cuda: "*"
artifact_paths:
- "docs/src/tutorials/beginner/**/*"
- "docs/src/tutorials/intermediate/**/*"
Expand Down
1 change: 1 addition & 0 deletions docs/src/api/Lux/interop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
```@meta
CollapsedDocStrings = true
CurrentModule = Lux
```

# Interoperability between Lux and other packages
Expand Down

0 comments on commit 9967e02

Please sign in to comment.