[CI] Update Pylint - pip install with requirements.txt
authorDonghak PARK <donghak.park@samsung.com>
Thu, 1 Feb 2024 11:28:18 +0000 (20:28 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 8 Feb 2024 00:46:29 +0000 (09:46 +0900)
commit06998944e498b711fd5f81fae370af71a701268a
treecace2344ae6c587cad6a04a2191cbe485cf9742e
parenta363126b7656179f799b1c6b2b7f6e26851272e1
[CI] Update Pylint - pip install with requirements.txt

In order to properly check the Python files used by NNTrainer, all modules used in Python must be downloaded.
For now, this part is missing in CI and this PR add and update the modules currently used by NNTrainer.
- fix Applications/LLaMA/PyTorch/weights_converter.py can got 10 score in pylint

**Changes proposed in this PR:**
    modified:   .github/workflows/pylint.yml
    modified:   Applications/LLaMA/PyTorch/weights_converter.py
    new file:   tools/requirements.txt

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Donghak PARK <donghak.park@samsung.com>
.github/workflows/pylint.yml
Applications/LLaMA/PyTorch/weights_converter.py
tools/requirements.txt [new file with mode: 0644]