Skip to content

Model Reconstruction

Ziqing Yang edited this page Jun 8, 2023 · 4 revisions

In order to merge the LoRA model with the original LLaMA, two methods are currently provided:

  • Online conversion: suitable for Google Colab users, can use notebook for online conversion and model quantization.
  • Manual conversion: suitable for offline conversion, generates models in different formats for quantization or further fine-tuning.
Clone this wiki locally