[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>