forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
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
hexu33
wants to merge
7
commits into
development
Choose a base branch
from
2025Hack_AI_Tool
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b4c85f0
to
3b2414b
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
Type of change
Please delete options that are not relevant. Add a 'X' to the one that is applicable.
ONSAM 1917