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

Add memory-efficient merging script #608

Merged
merged 10 commits into from
Jun 16, 2023
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: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
.DS_Store
*/.DS_Store
*.ipynb
*/*.ipynb
22 changes: 10 additions & 12 deletions notebooks/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# 笔记本示例 Notebooks

### convert_and_quantize_chinese_llama.ipynb
### convert_and_quantize_chinese_llama_and_alpaca.ipynb

Colab上的转换和量化中文LLaMA/Alpaca的运行示例(仅供流程参考)。
Colab上的转换和量化中文LLaMA/Alpaca(含Plus版本)的运行示例(仅供流程参考)。

Example of conversion and quantization for Chinese LLaMA/Alpaca.

建议查看Colab上的最新版 / Check latest notebook:<a href="https://colab.research.google.com/drive/1Eak6azD3MLeb-YsfbP8UZC8wrL1ddIMI?usp=sharing" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>

### convert_and_quantize_chinese_alpaca_plus.ipynb

Colab上的转换和量化中文Alpaca-Plus的运行示例(仅供流程参考)。

Example of conversion and quantization for Chinese Alpaca-Plus.

建议查看Colab上的最新版 / Check latest notebook:<a href="https://colab.research.google.com/drive/1axIgPoThgm-v3rglmRV9QnhVsJKHsHBj?usp=sharing" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
建议查看Colab上的最新版 / Check latest notebook:<a href="https://colab.research.google.com/drive/1FnFkyKhrnS7s-2lDDeous-AutdI_SkAd?usp=sharing" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>

### pretrain_chinese_llama_lora.ipynb

Expand All @@ -38,4 +30,10 @@ Colab上的Gradio演示示例。

Example of running the Gradio demo on Colab.

在Colab中打开 / Open the notebook in Colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ymcui/Chinese-LLaMA-Alpaca/blob/main/notebooks/gradio_web_demo.ipynb)
在Colab中打开 / Open the notebook in Colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ymcui/Chinese-LLaMA-Alpaca/blob/main/notebooks/gradio_web_demo.ipynb)

### legacy/

旧版notebook,供参考,但不会再更新。

Old notebook. Reference only, will not be updated.
Loading