Skip to content

Use uv tool for isolate cicd env #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: development
Choose a base branch
from
Open

Conversation

hexu33
Copy link
Collaborator

@hexu33 hexu33 commented Mar 3, 2025

Existing Sample Changes

Description

The UV tool is designed to streamline the management of Python environments for multiple test cases. One of its standout features is its ability to operate without altering the existing Python environment, ensuring that the each unit test sample (sample.json) won't affect primary setup (AI Tool did with conda environment). This makes it an ideal solution without the hassle of environment conflicts or dependencies issues, and makes each sample isolation.

add uv tool management for samples:

1.AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem 
2.AI-and-Analytics/Features-and Functionality/INC_QuantizationAwareTraining_TextClassification 
3.AI-and-Analytics/Features-and-Functionality/Intel_Extension_For_SKLearn_Performance_SVC_Adult 
4.AI-and-Analytics/Features-and-Functionality/IntelPython_daal4py_DistributedKMeans 
5.AI-and-Analytics/Features-and-Functionality/IntelPython_daal4py_DistributedLinearRegression 
6.AI-and-Analytics/Features-and-Functionality/IntelPython_GPU_dpnp_Genetic_Algorithm 
7.AI-and-Analytics/Features-and-Functionality/IntelPython_Numpy_Numba_dpnp_kNN 
8.AI-and-Analytics/Features-and-Functionality/IntelPython_XGBoost_Performance 
9.AI-and-Analytics/Features-and-Functionality/IntelPyTorch_GPU_InferenceOptimization_with_AMP 
10.AI-and-Analytics/Features-and-Functionality/IntelPyTorch_TrainingOptimizations_AMX_BF16 
11.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_AMX_BF16_Inference 
12.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_AMX_BF16_Training 
13.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning 
14.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_for_LLMs 
15.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_TextGeneration_with_LSTM 
16.AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization 
17.AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch 
18.AI-and-Analytics/Getting-Started-Samples/INC-Sample-for-Tensorflow 
19.AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted 
20.AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted 
21.AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted 
22.AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted 
23.AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted 
24.AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas 

Type of change

Please delete options that are not relevant. Add a 'X' to the one that is applicable.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Implement fixes for ONSAM Jiras

ONSAM 1917

@hexu33 hexu33 changed the base branch from main to development March 3, 2025 06:47
@troy818 troy818 force-pushed the 2025Hack_AI_Tool branch from b4c85f0 to 3b2414b Compare March 5, 2025 02:54
hexu33 and others added 7 commits March 5, 2025 11:03
1.AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem
2.AI-and-Analytics/Features-and Functionality/INC_QuantizationAwareTraining_TextClassification
3.AI-and-Analytics/Features-and-Functionality/Intel_Extension_For_SKLearn_Performance_SVC_Adult
4.AI-and-Analytics/Features-and-Functionality/IntelPython_daal4py_DistributedKMeans
5.AI-and-Analytics/Features-and-Functionality/IntelPython_daal4py_DistributedLinearRegression
6.AI-and-Analytics/Features-and-Functionality/IntelPython_GPU_dpnp_Genetic_Algorithm
7.AI-and-Analytics/Features-and-Functionality/IntelPython_Numpy_Numba_dpnp_kNN
8.AI-and-Analytics/Features-and-Functionality/IntelPython_XGBoost_Performance
9.AI-and-Analytics/Features-and-Functionality/IntelPyTorch_GPU_InferenceOptimization_with_AMP
10.AI-and-Analytics/Features-and-Functionality/IntelPyTorch_TrainingOptimizations_AMX_BF16
11.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_AMX_BF16_Inference
12.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_AMX_BF16_Training
13.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning
14.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_for_LLMs
15.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_TextGeneration_with_LSTM
16.AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization
17.AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch
18.AI-and-Analytics/Getting-Started-Samples/INC-Sample-for-Tensorflow
19.AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted
20.AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted
21.AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted
22.AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted
23.AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted
24.AI-and-Analytics/Getting-Started-Samples/Modin_Vs_Pandas

Signed-off-by: Xu, He <[email protected]>
Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch
Getting-Started-Samples/INC-Sample-for-Tensorflow
Getting-Started-Samples/IntelPython_daal4py_GettingStarted
Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted
Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted
Getting-Started-Samples/Modin_GettingStarted
Getting-Started-Samples/Modin_Vs_Pandas
Features-and-Functionality/IntelPyTorch_GPU_InferenceOptimization_with_AMP
Features-and-Functionality/IntelPyTorch_TrainingOptimizations_AMX_BF16
Features-and-Functionality/IntelTensorFlow_AMX_BF16_Inference
Features-and-Functionality/IntelTensorFlow_AMX_BF16_Training
Features-and-Functionality/IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning
Features-and-Functionality/IntelTensorFlow_TextGeneration_with_LSTM
Features-and-Functionality/IntelTensorFlow_for_LLMs
Features-and-Functionality/IntelTransformers_Quantization
End-to-end-Workloads/JobRecommendationSystem
Features-and Functionality/INC_QuantizationAwareTraining_TextClassification
Features-and-Functionality/Intel_Extension_For_SKLearn_Performance_SVC_Adult
Features-and-Functionality/IntelPython_daal4py_DistributedKMeans
Features-and-Functionality/IntelPython_daal4py_DistributedLinearRegression
Features-and-Functionality/IntelPython_GPU_dpnp_Genetic_Algorithm
Features-and-Functionality/IntelPython_Numpy_Numba_dpnp_kNN
Features-and-Functionality/IntelPython_XGBoost_Performance

Signed-off-by: troy818 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants