Skip to content

Commit

Permalink
[GH Pages] Add OpenVINO Explainable AI ecosystem tag (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan authored Jul 15, 2024
1 parent b698285 commit 4fe5e21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@
"imageUrl": "https://user-images.githubusercontent.com/36741649/127172572-1cdab941-df5f-42e2-a367-2b334a3db6d8.jpg",
"tags": {
"categories": [
"First Steps"
"First Steps",
"Explainable AI"
],
"libraries": [],
"other": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,5 @@ const librariesPatterns = {
Gradio: ['import gradio', 'from gradio'],
'OpenVINO Tokenizers': ['import openvino_tokenizers', 'from openvino_tokenizers'],
'OpenVINO GenAI': ['import openvino_genai', 'from openvino_genai'],
'OpenVINO Explainable AI': ['import openvino_xai', 'from openvino_xai'],
};
1 change: 1 addition & 0 deletions selector/src/shared/notebook-tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const LIBRARIES = /** @type {const} */ ({
OMZ: 'Open Model Zoo',
TOKENIZERS: 'OpenVINO Tokenizers',
GENAI: 'OpenVINO GenAI',
XAI: 'OpenVINO Explainable AI',
},
OTHER: {
OPTIMUM_INTEL: 'Optimum Intel',
Expand Down

0 comments on commit 4fe5e21

Please sign in to comment.