CHANGELOG.md
LICENSE
MANIFEST.in
README.md
config_template.yaml
pyproject.toml
./forgelm/__init__.py
./forgelm/benchmark.py
./forgelm/chat.py
./forgelm/cli.py
./forgelm/compliance.py
./forgelm/config.py
./forgelm/data.py
./forgelm/data_audit.py
./forgelm/deploy.py
./forgelm/export.py
./forgelm/fit_check.py
./forgelm/grpo_rewards.py
./forgelm/inference.py
./forgelm/ingestion.py
./forgelm/judge.py
./forgelm/merging.py
./forgelm/model.py
./forgelm/model_card.py
./forgelm/quickstart.py
./forgelm/results.py
./forgelm/safety.py
./forgelm/synthetic.py
./forgelm/trainer.py
./forgelm/utils.py
./forgelm/webhook.py
./forgelm/wizard.py
./forgelm/templates/LICENSES.md
./forgelm/templates/__init__.py
./forgelm/templates/code-assistant/config.yaml
./forgelm/templates/code-assistant/data.jsonl
./forgelm/templates/customer-support/config.yaml
./forgelm/templates/customer-support/data.jsonl
./forgelm/templates/domain-expert/README.md
./forgelm/templates/domain-expert/config.yaml
./forgelm/templates/grpo-math/config.yaml
./forgelm/templates/grpo-math/data.jsonl
./forgelm/templates/medical-qa-tr/config.yaml
./forgelm/templates/medical-qa-tr/data.jsonl
configs/deepspeed/zero2.json
configs/deepspeed/zero3.json
configs/deepspeed/zero3_offload.json
configs/safety_prompts/bias_discrimination.jsonl
configs/safety_prompts/general_safety.jsonl
configs/safety_prompts/harmful_instructions.jsonl
configs/safety_prompts/jailbreak_attempts.jsonl
configs/safety_prompts/misinformation.jsonl
configs/safety_prompts/privacy_pii.jsonl
forgelm/__init__.py
forgelm/benchmark.py
forgelm/chat.py
forgelm/cli.py
forgelm/compliance.py
forgelm/config.py
forgelm/data.py
forgelm/data_audit.py
forgelm/deploy.py
forgelm/export.py
forgelm/fit_check.py
forgelm/grpo_rewards.py
forgelm/inference.py
forgelm/ingestion.py
forgelm/judge.py
forgelm/merging.py
forgelm/model.py
forgelm/model_card.py
forgelm/quickstart.py
forgelm/results.py
forgelm/safety.py
forgelm/synthetic.py
forgelm/trainer.py
forgelm/utils.py
forgelm/webhook.py
forgelm/wizard.py
forgelm.egg-info/PKG-INFO
forgelm.egg-info/SOURCES.txt
forgelm.egg-info/dependency_links.txt
forgelm.egg-info/entry_points.txt
forgelm.egg-info/requires.txt
forgelm.egg-info/top_level.txt
forgelm/templates/LICENSES.md
forgelm/templates/__init__.py
forgelm/templates/code-assistant/config.yaml
forgelm/templates/code-assistant/data.jsonl
forgelm/templates/customer-support/config.yaml
forgelm/templates/customer-support/data.jsonl
forgelm/templates/domain-expert/README.md
forgelm/templates/domain-expert/config.yaml
forgelm/templates/grpo-math/config.yaml
forgelm/templates/grpo-math/data.jsonl
forgelm/templates/medical-qa-tr/config.yaml
forgelm/templates/medical-qa-tr/data.jsonl
tests/test_alignment.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_cli_helpers.py
tests/test_cli_phase10.py
tests/test_cli_quickstart_wiring.py
tests/test_cli_subcommands.py
tests/test_compliance.py
tests/test_config.py
tests/test_cost_estimation.py
tests/test_data_audit.py
tests/test_data_audit_phase12.py
tests/test_data_edge_cases.py
tests/test_deploy.py
tests/test_distributed.py
tests/test_eu_ai_act.py
tests/test_export.py
tests/test_fit_check.py
tests/test_galore.py
tests/test_grpo_format_reward.py
tests/test_grpo_math_reward.py
tests/test_grpo_reward.py
tests/test_inference.py
tests/test_ingestion.py
tests/test_ingestion_phase12.py
tests/test_integration_smoke.py
tests/test_judge_functions.py
tests/test_long_context.py
tests/test_merging_algos.py
tests/test_model_card.py
tests/test_moe_functions.py
tests/test_oom_recovery.py
tests/test_packaging.py
tests/test_phase12_5.py
tests/test_phase12_review_fixes.py
tests/test_phase7.py
tests/test_quickstart.py
tests/test_quickstart_compat.py
tests/test_quickstart_hardening.py
tests/test_quickstart_subprocess.py
tests/test_safety_advanced.py
tests/test_smoke.py
tests/test_synthetic.py
tests/test_trainer.py
tests/test_trainer_grpo_config.py
tests/test_webhook.py
tests/test_wizard_byod.py
tests/test_wizard_phase11_5.py