Fine-Tuning WorkspaceFine-Tuning Workspace is a VS Code extension that scaffolds a repeatable workspace for LLM fine-tuning projects. It creates a ready-to-organize folder layout for datasets, LoRA adapters, training configs, evaluation assets, deployment files, and project documentation. Features
CommandRun the command palette action below:
The extension prompts for a target folder, then generates a workspace with folders such as:
It also adds starter files including:
RequirementsThere are no extension-side configuration requirements. You only need VS Code The generated workspace may include Python-oriented templates for model training, so your runtime requirements depend on how you use those generated files. Extension SettingsThis extension does not currently contribute any custom VS Code settings. Known Issues
Release Notes0.0.1Initial release with workspace scaffolding, training templates, and extension icon support. |