-
Notifications
You must be signed in to change notification settings - Fork 332
Integrate DocSum set_env to ut scripts. #1860
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR integrates the setting of environment variables into test scripts by adding README.md files for InstructionTuning and DocSum test directories.
- Added a README.md in InstructionTuning/tests outlining environment variable setup and test execution instructions.
- Added an extended README.md in DocSum/tests with several test execution options on different hardware setups.
Reviewed Changes
Copilot reviewed 2 out of 10 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| InstructionTuning/tests/README.md | New file with instructions to set env variables and run tests on Xeon. |
| DocSum/tests/README.md | New file with detailed instructions to set env variables and execute tests on multiple hardware setups. |
Files not reviewed (8)
- DocSum/docker_compose/amd/gpu/rocm/set_env_vllm.sh: Language not supported
- DocSum/docker_compose/set_env.sh: Language not supported
- DocSum/tests/test_compose_on_gaudi.sh: Language not supported
- DocSum/tests/test_compose_on_rocm.sh: Language not supported
- DocSum/tests/test_compose_on_xeon.sh: Language not supported
- DocSum/tests/test_compose_tgi_on_gaudi.sh: Language not supported
- DocSum/tests/test_compose_tgi_on_xeon.sh: Language not supported
- DocSum/tests/test_compose_vllm_on_rocm.sh: Language not supported
Comments suppressed due to low confidence (2)
InstructionTuning/tests/README.md:1
- [nitpick] The header 'Translation E2E test scripts' may be inconsistent with the PR title which mentions UT scripts. Consider revising the header to clarify the scope and purpose of the test scripts.
# Translation E2E test scripts
DocSum/tests/README.md:1
- [nitpick] The header 'Translation E2E test scripts' might not accurately reflect the intended use as described in the PR metadata. Consider updating the header for consistency with the integration of UT scripts.
# Translation E2E test scripts
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
Signed-off-by: ZePan110 <ze.pan@intel.com>
Signed-off-by: ZePan110 <ze.pan@intel.com>
yinghu5
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Integrate DocSum set_env to ut scripts. Add README.md for DocSum and InstructionTuning UT scripts. Signed-off-by: ZePan110 <ze.pan@intel.com>
Description
Integrate DocSum set_env to ut scripts.
Add README.md for DocSum and InstructionTuning UT scripts.
Issues
List the issue or RFC link this PR is working on. If there is no such link, please mark it as
n/a.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.