_config.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. title: DeepSpeed
  2. email: deepspeed@microsoft.com
  3. description: >-
  4. DeepSpeed is a deep learning optimization library that makes distributed
  5. training easy, efficient, and effective.
  6. locale : "en-US"
  7. repository: microsoft/DeepSpeed
  8. baseurl: "/" # the subpath of your site, e.g. /blog
  9. url: "https://www.deepspeed.ai" # the base hostname & protocol for your site, e.g. http://example.com
  10. # Build settings
  11. remote_theme: "mmistakes/minimal-mistakes@4.19.0"
  12. minimal_mistakes_skin : "air"
  13. plugins:
  14. - jekyll-feed
  15. - jekyll-include-cache
  16. - jekyll-paginate
  17. #paginate: 10
  18. #paginate_path: /blog/page:num
  19. include: ["_pages"]
  20. exclude: ["code-docs"]
  21. collections:
  22. tutorials:
  23. output: true
  24. permalink: /:collection/:path/
  25. order:
  26. - getting-started.md
  27. - azure.md
  28. - cifar-10.md
  29. - bert-pretraining.md
  30. - bert-finetuning.md
  31. - transformer_kernel.md
  32. - megatron.md
  33. - 1Cycle.md
  34. - lrrt.md
  35. - zero.md
  36. defaults:
  37. - scope:
  38. path: ""
  39. values:
  40. layout: single
  41. author_profile: false
  42. read_time: false
  43. comments: false
  44. share: false
  45. related: false
  46. sneak_preview: false
  47. toc: true
  48. toc_label: "Contents"
  49. sidebar:
  50. nav: "lnav"
  51. - scope:
  52. path: "_pages"
  53. values:
  54. permalink: /docs/:basename/
  55. - scope:
  56. path: ""
  57. type: posts
  58. values:
  59. layout: single
  60. share: true
  61. analytics:
  62. provider: "google-gtag"
  63. google:
  64. tracking_id: "UA-169781858-1"
  65. timezone: America/Los_Angeles
  66. breadcrumbs: true
  67. press_release_v3: https://www.microsoft.com/en-us/research/blog/deepspeed-extreme-scale-model-training-for-everyone/