Skip to content

Commit

Permalink
chore: Remove youtube videos mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
hmahmood24 committed Oct 19, 2024
1 parent 1d98d71 commit d3c9cd6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions demos_conf.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
youtube_map = {
"demos/quickstart": "9myf5tekBWU",
"demos/learn_the_basics/01_write_ivy_code": "lYW_V4ZkYEo",
"demos/learn_the_basics/02_unify_code": "YKrxYB-1Xio",
"demos/learn_the_basics/03_trace_code": "fqnhEi-qA4w",
"demos/learn_the_basics/04_transpile_code": "6WCYOF1vdLw",
"demos/learn_the_basics/05_lazy_vs_eager": "xav4HYfvPOU",
"demos/learn_the_basics/06_how_to_use_decorators": "fueduIEMkbY",
"demos/learn_the_basics/07_transpile_any_library": "j7YkPlm8Pfg",
"demos/learn_the_basics/08_transpile_any_model": "u3Rig2KuaEo",
"demos/guides/01_transpiling_a_torch_model": "wTragLBdqRw",
"demos/guides/03_transpiling_a_tf_model": "0JgfFVA5LeI",
"demos/examples_and_demos/resnet_demo": "TSehVqY_bm0",
"demos/examples_and_demos/alexnet_demo": "AYJNYyFbPLU",
"demos/examples_and_demos/image_segmentation_with_ivy_unet": "ziqU1I8jYuU",
"demos/examples_and_demos/torch_to_jax": "MOJTuiHp7qk",
"demos/examples_and_demos/mmpretrain_to_jax": "gQ1Ey-e0yog",
# "demos/quickstart": "9myf5tekBWU",
# "demos/learn_the_basics/01_write_ivy_code": "lYW_V4ZkYEo",
# "demos/learn_the_basics/02_unify_code": "YKrxYB-1Xio",
# "demos/learn_the_basics/03_trace_code": "fqnhEi-qA4w",
# "demos/learn_the_basics/04_transpile_code": "6WCYOF1vdLw",
# "demos/learn_the_basics/05_lazy_vs_eager": "xav4HYfvPOU",
# "demos/learn_the_basics/06_how_to_use_decorators": "fueduIEMkbY",
# "demos/learn_the_basics/07_transpile_any_library": "j7YkPlm8Pfg",
# "demos/learn_the_basics/08_transpile_any_model": "u3Rig2KuaEo",
# "demos/guides/01_transpiling_a_torch_model": "wTragLBdqRw",
# "demos/guides/03_transpiling_a_tf_model": "0JgfFVA5LeI",
# "demos/examples_and_demos/resnet_demo": "TSehVqY_bm0",
# "demos/examples_and_demos/alexnet_demo": "AYJNYyFbPLU",
# "demos/examples_and_demos/image_segmentation_with_ivy_unet": "ziqU1I8jYuU",
# "demos/examples_and_demos/torch_to_jax": "MOJTuiHp7qk",
# "demos/examples_and_demos/mmpretrain_to_jax": "gQ1Ey-e0yog",
}

nbsphinx_execute = 'never'
Expand Down

0 comments on commit d3c9cd6

Please sign in to comment.