Skip to content

Commit

Permalink
Upload artifacts for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Apr 9, 2024
1 parent 93d16cc commit f0ef603
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ steps:
cuda: "*"
artifact_paths:
- "tutorial_deps/*"
- "docs/build/**/*"
env:
DATADEPS_ALWAYS_ACCEPT: true
JULIA_DEBUG: "Documenter"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ layout: home
hero:
name: LuxDL Docs
text: Elegant & Performant Deep Learning in JuliaLang
tagline: A Pure Julia Deep Learning Framework putting Correctness and Performance First
text: Elegant & Performant Scientific Machine Learning in JuliaLang
tagline: A Pure Julia Deep Learning Framework designed for Scientific Machine Learning
actions:
- theme: brand
text: Tutorials
Expand Down
18 changes: 9 additions & 9 deletions docs/src/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: page
<script setup>
import { VPTeamPage, VPTeamPageTitle, VPTeamMembers, VPTeamPageSection } from 'vitepress/theme'
const githubSvg = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"/></svg>';
const codeSvg = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"/></svg>';
const beginners = [
{
Expand All @@ -16,7 +16,7 @@ const beginners = [
links: [
{
icon: {
svg: githubSvg,
svg: codeSvg,
},
link: 'beginner/1_Basics' }
]
Expand All @@ -28,7 +28,7 @@ const beginners = [
links: [
{
icon: {
svg: githubSvg,
svg: codeSvg,
},
link: 'beginner/2_PolynomialFitting' }
]
Expand All @@ -40,7 +40,7 @@ const beginners = [
links: [
{
icon: {
svg: githubSvg,
svg: codeSvg,
},
link: 'beginner/3_SimpleRNN' }
]
Expand All @@ -52,7 +52,7 @@ const beginners = [
links: [
{
icon: {
svg: githubSvg,
svg: codeSvg,
},
link: 'beginner/4_SimpleChains' }
]
Expand All @@ -67,7 +67,7 @@ const intermediate = [
links: [
{
icon: {
svg: githubSvg,
svg: codeSvg,
},
link: 'intermediate/1_NeuralODE' }
]
Expand All @@ -79,7 +79,7 @@ const intermediate = [
links: [
{
icon: {
svg: githubSvg,
svg: codeSvg,
},
link: 'intermediate/2_BayesianNN' }
]
Expand All @@ -92,7 +92,7 @@ const intermediate = [
links: [
{
icon: {
svg: githubSvg,
svg: codeSvg,
},
link: 'intermediate/3_HyperNet' }
]
Expand All @@ -107,7 +107,7 @@ const advanced = [
links: [
{
icon: {
svg: githubSvg,
svg: codeSvg,
},
link: 'advanced/1_GravitationalWaveForm' }
]
Expand Down

0 comments on commit f0ef603

Please sign in to comment.