Skip to content

Commit bed604d

Browse files
authored
Update QAnything_Startup_Usage_README.md
change git clone to git lfs clone when downloading LLM model from huggingface
1 parent 6fc29cb commit bed604d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/QAnything_Startup_Usage_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ bash ./run.sh -c local -i 0 -b hf -m Qwen-7B-QAnything -t qwen-7b-qanything
7777
```bash
7878
## Step 1. Download the public LLM model (e.g., MiniChat-2-3B) and save to "/path/to/QAnything/assets/custom_models"
7979
cd /path/to/QAnything/assets/custom_models
80-
git clone https://huggingface.co/GeneZC/MiniChat-2-3B
80+
git lfs clone https://huggingface.co/GeneZC/MiniChat-2-3B
8181

8282
## Step 2. Execute the service startup command. Here we use "-b hf" to specify the Huggingface transformers backend.
8383
## Here we use "-b hf" to specify the transformers backend that will load model in 8 bits but do bf16 inference as default for saving VRAM.

0 commit comments

Comments
 (0)