Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __pycache__/
# C extensions
*.so

.vscode
.model-artifacts/
.venv
.torchchat
Expand All @@ -15,6 +16,7 @@ build/android/*
et-build/*
runner-et/cmake-out/*
runner-aoti/cmake-out/*
cmake-out/

# pte files
*.pte
Expand All @@ -24,3 +26,7 @@ system_info.txt

# intermediate system file
.DS_Store

# build artifacts
checkpoints/
exportedModels/
Loading