Gigon Bae
Gigon Bae
**Is your feature request related to a problem? Please describe.** Follow up change/comments for: - https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/168 - https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/168#discussion_r725550615 - https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/168#discussion_r725551221 - https://github.com/Project-MONAI/monai-deploy-app-sdk/pull/168#pullrequestreview-775615834 Need to figure out the general solution. **Describe...
Defining `__all__` in each module helps IDE to find available (public) methods/variables. Need to add `__all__` to all public modules. **Reference** - http://xion.io/post/code/python-all-wild-imports.html --- So, what does __all__ actually effect?...
Users may want to check the current workflow diagram inside the Jupyter notebook. For example, ```python ... @resource(cpu=1) @env(pip_packages=["torch", "numpy", "monai", "pillow"]) class App(Application): def compose(self): load_pil_op = LoadPILOperator() classifier_op...
Due to `ArgumentDefaultsHelpFormatter`, its help messages look weird. @KavinKrishnan https://github.com/Project-MONAI/monai-app-sdk/blob/e27ffe77e2e2c131320c1c5175127e6b423f70ca/monai/deploy/packager/package_command.py#L21 ``` ❯ monai-deploy package --help usage: monai-deploy package [-h] [-l {DEBUG,INFO,WARN,ERROR,CRITICAL}] --tag TAG [--base BASE] [--working-dir WORKING_DIR] [--input-dir INPUT_DIR] [--output-dir...
If we add logging option -l DEBUG to the monai-deploy package command, it would affect only for packager module (it would show the messages during executing docker build command), not...
Thank you for releasing the new version of VILA (1.5)! I followed the installation instructions at https://github.com/mit-han-lab/llm-awq/tree/main?tab=readme-ov-file#install and ran the command `python vlm_demo_new.py` as detailed here: https://github.com/mit-han-lab/llm-awq/tree/main/tinychat#support-visual-language-models-vila-15-vila-llava On Ubuntu 22.04...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
### Environment - OS and Version: Ubuntu 22.04 - VS Code Version: 1.94.1 ``` Version: 1.94.1 Commit: e10f2369d0d9614a452462f2e01cdc4aa9486296 Date: 2024-10-05T05:44:32.189Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0...