diff --git a/AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem/requirements.txt b/AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem/requirements.txt index e4b0d43a63..986fa98527 100644 --- a/AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem/requirements.txt +++ b/AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem/requirements.txt @@ -1,10 +1,10 @@ -ipykernel -matplotlib -sentence_transformers -transformers -datasets -accelerate -wordcloud -spacy -jinja2 +ipykernel +matplotlib +sentence-transformers +transformers +datasets +accelerate +wordcloud +spacy +jinja2 nltk \ No newline at end of file diff --git a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_AMX_BF16_Inference/requirements.txt b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_AMX_BF16_Inference/requirements.txt index 89eabab91d..23fc6a7faf 100644 --- a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_AMX_BF16_Inference/requirements.txt +++ b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_AMX_BF16_Inference/requirements.txt @@ -1,6 +1,6 @@ notebook Pillow -tensorflow_hub==0.16 +tensorflow-hub==0.16 requests py-cpuinfo diff --git a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning/requirements.txt b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning/requirements.txt index d14af0407d..973151ebef 100644 --- a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning/requirements.txt +++ b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning/requirements.txt @@ -1,5 +1,5 @@ -neural_compressor==2.4.1 +neural-compressor==2.4.1 Pillow py-cpuinfo requests -tensorflow_hub==0.16.0 +tensorflow-hub==0.16.0 diff --git a/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/requirements.txt b/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/requirements.txt index 6f428f428a..48ebf59cc7 100644 --- a/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/requirements.txt +++ b/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/requirements.txt @@ -1,7 +1,7 @@ accelerate==0.29.3 datasets==2.09.0 intel-extension-for-transformers==1.4.1 -neural_speed==1.0 +neural-speed==1.0 peft==0.10.0 sentencepiece transformers==4.38.0 diff --git a/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/requirements.txt b/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/requirements.txt index 2b91f6cdd8..913ad16a2b 100644 --- a/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/requirements.txt +++ b/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/requirements.txt @@ -1,3 +1,3 @@ -neural_compressor==2.1 +neural-compressor==2.1 transformers>=4.27.4 -datasets>=2.4.0 \ No newline at end of file +datasets>=2.4.0 diff --git a/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/requirements.txt b/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/requirements.txt index a0ecfa082e..ae9e4db78d 100644 --- a/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/requirements.txt +++ b/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/requirements.txt @@ -1,3 +1,3 @@ -tensorflow_hub +tensorflow-hub ipykernel matplotlib