Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tanganke committed May 16, 2024
1 parent 5d98419 commit dde60f2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 5 deletions.
Empty file.
Empty file added docs/algorithms/ensemble.md
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
19 changes: 14 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ nav:
- Fusion Algorithms:
- Introduction: algorithms/index.md
- Dummy: algorithms/dummy.md
- Simple Averaging: algorithms/simple_averaging.md
- Weighted Averaging: algorithms/weighted_averaging.md
- Task Arithmetic: algorithms/task_arithmetic.md
- Ties-Merging: algorithms/ties_merging.md
- AdaMerging: algorithms/adamerging.md
- Model Ensemble:
- Simple Ensemble: algorithms/ensemble.md
- Model Specification: algorithms/specification_ensemble.md
- Model Merging:
- Simple Averaging: algorithms/simple_averaging.md
- Weighted Averaging: algorithms/weighted_averaging.md
- Task Arithmetic: algorithms/task_arithmetic.md
- Ties-Merging: algorithms/ties_merging.md
- AdaMerging: algorithms/adamerging.md
- Model Mixing:
- Depth Upscaling: algorithms/depth_upscaling.md
- Mixture of Experts: algorithms/mixture_of_experts.md
- Model Stitching: algorithms/model_stitching.md
- Model Recombination: algorithms/model_recombination.md
- Model Pool:
- Introduction: modelpool/index.md
- CLIP-ViT Models: modelpool/clip_vit.md
Expand Down

0 comments on commit dde60f2

Please sign in to comment.