Skip to content

Conversation

@ethanleelge
Copy link
Contributor

Description

Fix the -m option
Fix the notice screen
Apply dynamic graph size
Apply case insensitive in the --direct option

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update
  • Refactoring, Maintenance
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@ethanleelge ethanleelge requested a review from dd-jy November 13, 2024 06:58
@ethanleelge ethanleelge self-assigned this Nov 13, 2024
else:
found_package_manager[package_manager] = ["manual detect ('-m option')"]
try:
ret, found_package_manager, input_dir = find_manifest_for_package_manager(package_manager,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ethanleelge
-m 옵션이 입력되면 manifest file이 존재하지 않아도 입력된 패키지로 실행되어야 합니다.

@dd-jy dd-jy added the chore [PR/Issue] Refactoring, maintenance the code label Nov 14, 2024
Ethan Lee added 2 commits November 14, 2024 07:27
Signed-off-by: Ethan Lee <[email protected]>
@dd-jy dd-jy merged commit e68afb6 into main Nov 19, 2024
6 checks passed
@dd-jy dd-jy deleted the training branch November 19, 2024 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore [PR/Issue] Refactoring, maintenance the code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants