Skip to content
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

Use uv tool for isolate cicd env, including samples: #2593

Conversation

bopeng1234
Copy link
Contributor

@bopeng1234 bopeng1234 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/Features-and-Functionality/IntelPyTorch_GPU_InferenceOptimization_with_AMP
2.AI-and-Analytics/Features-and-Functionality/IntelPython_Numpy_Numba_dpnp_kNN
3.AI-and-Analytics/Features-and-Functionality/IntelPython_daal4py_DistributedLinearRegression
4.AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_TextGeneration_with_LSTM
5.AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted
6.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

@bopeng1234 bopeng1234 force-pushed the hackthon-AI-tool-cicd-samples-json branch from 1c10ab0 to 8856b31 Compare March 3, 2025 02:01
@troy818 troy818 force-pushed the hackthon-AI-tool-cicd-samples-json branch from ac63ab1 to a4dfe72 Compare March 3, 2025 02:15
…ironment, including samples:

  1.Features-and-Functionality/IntelPython_daal4py_DistributedLinearRegression
  2.Features-and-Functionality/IntelPython_Numpy_Numba_dpnp_kNN
  3.Features-and-Functionality/IntelPyTorch_GPU_InferenceOptimization_with_AMP
  4.Features-and-Functionality/IntelTensorFlow_TextGeneration_with_LSTM
  5.Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted
  6.Getting-Started-Samples/Modin_Vs_Pandas

Signed-off-by: troy818 <[email protected]>
@bopeng1234
Copy link
Contributor Author

merged to #2597

@bopeng1234 bopeng1234 closed this Mar 3, 2025
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.

1 participant