Skip to content

Commit 0fb4edc

Browse files
baremetalgoCopilot
andcommitted
Remove legacy llm_trainer package
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent b124d91 commit 0fb4edc

133 files changed

Lines changed: 7 additions & 30555 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ creating tokenizers, training small GPT-style language models, benchmarking
1616
checkpoints, exporting model artifacts, and testing local GGUF models in a
1717
streamed Markdown chat interface.
1818

19-
The source is split into the non-Qt `engine/` package and the Qt desktop
20-
`interface/` package. Historical `llm_trainer/` import paths remain available
21-
for compatibility; new application and test code should use the canonical
22-
packages. The dependency direction is one-way: `engine/` never imports
23-
`interface/`, and `interface/` never imports `llm_trainer/`.
19+
The source is split into the non-Qt `engine/` submodule and the Qt desktop
20+
`interface/` package. The dependency direction is one-way: `engine/` never
21+
imports `interface/`.
2422

2523

2624
For development, use Python 3.12 or newer. Distribution builds include a
@@ -86,8 +84,7 @@ The non-Qt command-line engine is available directly:
8684
python -m engine.cli --help
8785
```
8886

89-
`python -m llm_trainer.cli` remains a compatibility alias for existing
90-
automation. Prepare text/PDF/JSONL files:
87+
Prepare text/PDF/JSONL files:
9188

9289
```powershell
9390
python -m engine.cli prepare --input_dir .\examples\tiny_corpus --output_dir .\runs\tiny_data --context_length 16

engine

llm_trainer/__init__.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

llm_trainer/app_logging.py

Lines changed: 0 additions & 116 deletions
This file was deleted.

llm_trainer/backends/__init__.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

llm_trainer/backends/base.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

llm_trainer/backends/local_backend.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

llm_trainer/backends/registry.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

llm_trainer/chat_test.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)