Skip to content

Remove torchtune #871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ torchchat is a small codebase showcasing the ability to run large language model
- [Deploy and run on iOS](#deploy-and-run-on-ios)
- [Deploy and run on Android](#deploy-and-run-on-android)
- [Evaluate a mode](#eval)
- [Fine-tuned models from torchtune](docs/torchtune.md)
- [Supported Models](#models)
- [Troubleshooting](#troubleshooting)

Expand Down
183 changes: 0 additions & 183 deletions build/convert_torchtune_checkpoint.py

This file was deleted.

4 changes: 2 additions & 2 deletions docs/ADVANCED-USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ adapted to support other models, either by extending the model
description in `model.py` or by initializing a completely different
model. *We invite and welcome community contributions of open-source
model enablement to torchchat, as well as to our related open source
projects PyTorch, ExecuTorch (for mobile/edge models), torchtune (for
model finetuning), torchao (for architecture optimization) and other
projects PyTorch, ExecuTorch (for mobile/edge models), torchao
(for architecture optimization) and other
PyTorch projects.* (Please refer to individual projects for specific
submission guidelines.)

Expand Down
63 changes: 0 additions & 63 deletions parking_lot/torchtune.md

This file was deleted.

Loading