.dockerignore
.gitignore
.gitmodules
.isort.cfg
.markdownlint-cli2.yaml
.pre-commit-config.yaml
.pylintrc
.spellcheck-en-custom.txt
.spellcheck.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
MAINTAINERS.md
Makefile
README.md
SECURITY.md
TROUBLESHOOTING.md
pyproject.toml
requirements-dev.txt
requirements-hpu.txt
requirements.txt
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/actionlint.yaml
.github/dependabot.yml
.github/mergify.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/team_recommend.md
.github/workflows/actionlint.dockerfile
.github/workflows/actionlint.yml
.github/workflows/docs.yml
.github/workflows/e2e.yml
.github/workflows/image-cuda.yml
.github/workflows/lint.yml
.github/workflows/pypi.yaml
.github/workflows/shellcheck.yaml
.github/workflows/spellcheck.yaml
.github/workflows/stale_bot.yml
.github/workflows/test.yml
.github/workflows/validate-notebooks.yml
.github/workflows/matchers/actionlint.json
.github/workflows/matchers/mypy.json
.github/workflows/matchers/pylint.json
CONTRIBUTING/CONTRIBUTING.md
CONTRIBUTING/FIRST_TIME_CONTRIBUTORS.md
containers/README.md
containers/sitecustomize.py
containers/bin/debug-llama
containers/bin/debug-pytorch
containers/cuda/Containerfile
containers/hpu/Containerfile
containers/rocm/Containerfile
containers/rocm/README.md
containers/rocm/gfx-version.sh
containers/rocm/remove-gfx.sh
docs/README.md
docs/ci.md
docs/converting_GGUF.md
docs/demo-slides.md
docs/gpu-acceleration.md
docs/habana-gaudi.md
docs/release-strategy.md
docs/workflow.png
docs/workflow.puml
notebooks/README.md
notebooks/Training_a_LoRA_With_Instruct_Lab.ipynb
notebooks/images/collab-copy-path.png
notebooks/images/collab-file-upload-button.png
notebooks/images/collab-folder-icon.png
notebooks/images/kaggle/clear-outputs.png
notebooks/images/kaggle/copy-file-path.png
notebooks/images/kaggle/create-new-nb.png
notebooks/images/kaggle/create.png
notebooks/images/kaggle/file-click.png
notebooks/images/kaggle/import-nb.png
notebooks/images/kaggle/input-drop-files.png
notebooks/images/kaggle/input-upload.png
notebooks/images/kaggle/input.png
notebooks/images/kaggle/new-dataset.png
notebooks/images/kaggle/select-accelerator-p100.png
notebooks/images/kaggle/select-accelerator.png
scripts/basic-workflow-tests.sh
scripts/functional-tests.sh
scripts/ruff.sh
scripts/validate_notebook.py
scripts/infra/README.md
scripts/infra/cloud-instance.sh
scripts/infra/instructlab-cloud-config-example
scripts/test-data/basic-workflow-fixture-qna.yaml
src/instructlab/__init__.py
src/instructlab/__main__.py
src/instructlab/_version.py
src/instructlab/client.py
src/instructlab/common.py
src/instructlab/configuration.py
src/instructlab/lab.py
src/instructlab/log.py
src/instructlab/server.py
src/instructlab/sysinfo.py
src/instructlab/utils.py
src/instructlab.egg-info/PKG-INFO
src/instructlab.egg-info/SOURCES.txt
src/instructlab.egg-info/dependency_links.txt
src/instructlab.egg-info/entry_points.txt
src/instructlab.egg-info/requires.txt
src/instructlab.egg-info/top_level.txt
src/instructlab/config/config.py
src/instructlab/config/init.py
src/instructlab/data/data.py
src/instructlab/data/generate.py
src/instructlab/data/generator/README.md
src/instructlab/data/generator/__init__.py
src/instructlab/data/generator/generate_data.py
src/instructlab/data/generator/seed_tasks.jsonl
src/instructlab/data/generator/utils.py
src/instructlab/llamacpp/LICENSE
src/instructlab/llamacpp/README.md
src/instructlab/llamacpp/__init__.py
src/instructlab/llamacpp/llamacpp_convert_to_gguf.py
src/instructlab/mlx_explore/LICENSE
src/instructlab/mlx_explore/README.md
src/instructlab/mlx_explore/__init__.py
src/instructlab/mlx_explore/gguf_convert_to_mlx.py
src/instructlab/mlx_explore/utils.py
src/instructlab/model/chat.py
src/instructlab/model/convert.py
src/instructlab/model/download.py
src/instructlab/model/model.py
src/instructlab/model/serve.py
src/instructlab/model/test.py
src/instructlab/model/train.py
src/instructlab/schema/v1/compositional_skills.json
src/instructlab/schema/v1/knowledge.json
src/instructlab/schema/v1/version.json
src/instructlab/schema/v2/compositional_skills.json
src/instructlab/schema/v2/knowledge.json
src/instructlab/schema/v2/version.json
src/instructlab/taxonomy/diff.py
src/instructlab/taxonomy/taxonomy.py
src/instructlab/train/__init__.py
src/instructlab/train/linux_train.py
src/instructlab/train/lora_mlx/.gitignore
src/instructlab/train/lora_mlx/LICENSE
src/instructlab/train/lora_mlx/README.md
src/instructlab/train/lora_mlx/__init__.py
src/instructlab/train/lora_mlx/convert.py
src/instructlab/train/lora_mlx/fuse.py
src/instructlab/train/lora_mlx/lora.py
src/instructlab/train/lora_mlx/make_data.py
src/instructlab/train/lora_mlx/prepare_model.py
src/instructlab/train/lora_mlx/requirements.txt
src/instructlab/train/lora_mlx/utils.py
src/instructlab/train/lora_mlx/models/README.md
src/instructlab/train/lora_mlx/models/__init__.py
src/instructlab/train/lora_mlx/models/base.py
src/instructlab/train/lora_mlx/models/llama.py
src/instructlab/train/lora_mlx/models/lora.py
src/instructlab/train/lora_mlx/models/mixtral.py
src/instructlab/train/lora_mlx/models/models.py
src/instructlab/train/lora_mlx/models/phi2.py
tests/__init__.py
tests/conftest.py
tests/taxonomy.py
tests/test_config.py
tests/test_lab.py
tests/test_lab_diff.py
tests/test_lab_download.py
tests/test_lab_generate.py
tests/test_lab_init.py
tests/test_lab_train.py
tests/test_notebooks.py
tests/test_utils.py
tests/testdata/invalid_yaml.yaml
tests/testdata/knowledge_valid.yaml
tests/testdata/skill_incomplete.yaml
tests/testdata/skill_invalid_answer.yaml
tests/testdata/skill_too_long_answer.yaml
tests/testdata/skill_valid_answer.yaml
tests/testdata/testdata.py
tests/testdata/temp_repo/knowledge-wiki.md
tests/testdata/temp_repo/docs/skill-wiki.md