diff --git a/docs/roadmap.md b/docs/roadmap.md new file mode 100644 index 000000000..a4efa5e6e --- /dev/null +++ b/docs/roadmap.md @@ -0,0 +1,18 @@ +# Roadmap + +## Q2'24 + +- Development in public +- AI Tools 2024.2 Support +- Sierra Forest Support + +## Q3'24 + +- Granite Rapid Support +- CLS Support +- Intel Developer Cloud Support +- AI Tools 2024.3/2025.0 Support + +## Q4'24 + +- Gaudi/Falcon Shores Support diff --git a/mkdocs.yml b/mkdocs.yml index 8b5cb3909..7fa0bd892 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,6 +39,7 @@ nav: - TensorFlow Base: 'tensorflow/README.md' - TorchServe: 'pytorch/serving/README.md' - Support Matrix: 'matrix.md' +- Roadmap: 'roadmap.md' plugins: - callouts - git-authors