.gitignore
.isort.cfg
.pre-commit-config.yaml
.pylintrc
CODEOWNERS
CONTRIBUTING.md
LICENSE
Makefile
README.md
code-of-conduct.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
setup_requirements.txt
tox.ini
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user_story.md
.github/workflows/build-and-publish.yaml
.github/workflows/format.yml
.github/workflows/test.yaml
architecture_records/template.md
examples/prompt_tuning_twitter_complaints/README.md
fixtures/accelerate_fsdp_defaults.yaml
fms_hf_tuning.egg-info/PKG-INFO
fms_hf_tuning.egg-info/SOURCES.txt
fms_hf_tuning.egg-info/dependency_links.txt
fms_hf_tuning.egg-info/requires.txt
fms_hf_tuning.egg-info/top_level.txt
scripts/fmt.sh
scripts/run_inference.py
tests/__init__.py
tests/helpers.py
tests/test_sft_trainer.py
tests/build/__init__.py
tests/build/dummy_job_config.json
tests/build/test_utils.py
tests/data/__init__.py
tests/data/twitter_complaints_small.json
tests/utils/__init__.py
tests/utils/test_data_type_utils.py
tuning/__init__.py
tuning/aim_loader.py
tuning/sft_trainer.py
tuning/config/__init__.py
tuning/config/configs.py
tuning/config/peft_config.py
tuning/data/__init__.py
tuning/data/tokenizer_data_utils.py
tuning/utils/__init__.py
tuning/utils/config_utils.py
tuning/utils/data_type_utils.py
tuning/utils/import_utils.py
tuning/utils/merge_model_utils.py