Skip to content

Commit

Permalink
remove compute_transfer_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Sordoni committed Aug 14, 2024
1 parent 782d84a commit 3c19476
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projects/modular_llm/train_experts.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ def upload_library(expert_library, module):

upload_library(expert_library, module)

if args.create_transfer_matrix:
create_transfer_matrix(args, checkpoint)


if __name__ == "__main__":
train_experts(ExpertConfig.parse(), ExpertModel)

0 comments on commit 3c19476

Please sign in to comment.