Skip to content

Commit

Permalink
[docs] update misc docs for release (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecovlee authored Dec 16, 2024
1 parent d217d7c commit 2b6955e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion misc/finetune-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"\n",
"## About this notebook\n",
"\n",
"This is a simple jupiter notebook for showcasing the basic process of fine-tuning TinyLLaMA with dummy data."
"This is a simple jupiter notebook for showcasing the basic process of fine-tuning **TinyLLaMA** with dummy data."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion misc/inference-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"\n",
"## About this notebook\n",
"\n",
"This is a simple jupiter notebook for showcasing the basic process of building chatbot with TinyLLaMA."
"This is a simple jupiter notebook for showcasing the basic process of building chatbot with **Gemma-2 2B**."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion misc/mixlora-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"\n",
"## About this notebook\n",
"\n",
"This is a simple jupiter notebook for showcasing the basic process of building MixLoRA MoE model from TinyLLaMA by fine-tuning with dummy data."
"This is a simple jupiter notebook for showcasing the basic process of building MixLoRA MoE model from **TinyLLaMA** by fine-tuning with dummy data."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "moe_peft"
version = "2.0.1"
version = "2.0.2"
description = "An Efficient LLM Fine-Tuning Factory Optimized for MoE PEFT"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 2b6955e

Please sign in to comment.