Skip to content
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

[bugfix] fix google colab issues #11

Merged
merged 2 commits into from
Nov 13, 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MoE-PEFT is an open-source *LLMOps* framework built on [m-LoRA](https://github.c

- Seamless integration with the [HuggingFace](https://huggingface.co) ecosystem.

You can try MoE-PEFT with [Google Colab](https://githubtocolab.com/TUDB-Labs/MoE-PEFT/blob/main/misc/finetune-demo.ipynb) before local installation.
You can try MoE-PEFT with [Google Colab](https://colab.research.google.com/github/TUDB-Labs/MoE-PEFT/blob/main/misc/finetune-demo.ipynb) before local installation.

## Supported Platform

Expand Down
3 changes: 2 additions & 1 deletion misc/finetune-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 All @@ -38,6 +38,7 @@
"metadata": {},
"outputs": [],
"source": [
"! pip uninstall torchvision torchaudio -y\n",
"! pip install moe_peft"
]
},
Expand Down
Loading