From 96fe7fb4922d8cc6073d76c21442d0b067cf2986 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 28 Apr 2024 00:50:34 +0900 Subject: [PATCH 1/2] docs: update ADAPTER_MODELS.md minor fix --- docs/ADAPTER_MODELS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ADAPTER_MODELS.md b/docs/ADAPTER_MODELS.md index fb5c731de..25e7f691d 100644 --- a/docs/ADAPTER_MODELS.md +++ b/docs/ADAPTER_MODELS.md @@ -40,7 +40,7 @@ There are 2 scripts to prepare the ordering file. The ordering file is specific A script [`modify_names.py`](scripts/modify_names.py) is provided which prompts the user for the adapter names and the old ordering file. The user is prompted for an output file location, relative to the working directory. -A provide a [ordering file](scripts/xlora-paper-ordering.json) which contains the ordering for the X-LoRA model associated with [the paper](https://arxiv.org/abs/2402.07148) and the Huggingface repository: https://huggingface.co/lamm-mit/x-lora. +A provide an [ordering file](scripts/xlora-paper-ordering.json) which contains the ordering for the X-LoRA model associated with [the paper](https://arxiv.org/abs/2402.07148) and the Huggingface repository: https://huggingface.co/lamm-mit/x-lora. **Quantized X-LoRA or LoRA models** From 28401a66cfd8d2c8ed2fc94136d4a694644189d9 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 28 Apr 2024 01:58:22 +0900 Subject: [PATCH 2/2] docs: update ADAPTER_MODELS.md change --- docs/ADAPTER_MODELS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ADAPTER_MODELS.md b/docs/ADAPTER_MODELS.md index 25e7f691d..ba21bef65 100644 --- a/docs/ADAPTER_MODELS.md +++ b/docs/ADAPTER_MODELS.md @@ -40,7 +40,7 @@ There are 2 scripts to prepare the ordering file. The ordering file is specific A script [`modify_names.py`](scripts/modify_names.py) is provided which prompts the user for the adapter names and the old ordering file. The user is prompted for an output file location, relative to the working directory. -A provide an [ordering file](scripts/xlora-paper-ordering.json) which contains the ordering for the X-LoRA model associated with [the paper](https://arxiv.org/abs/2402.07148) and the Huggingface repository: https://huggingface.co/lamm-mit/x-lora. +We provide an [ordering file](scripts/xlora-paper-ordering.json) which contains the ordering for the X-LoRA model associated with [the paper](https://arxiv.org/abs/2402.07148) and the Huggingface repository: https://huggingface.co/lamm-mit/x-lora. **Quantized X-LoRA or LoRA models**