update examples

Former-commit-id: cce52351b5
This commit is contained in:
hiyouga
2024-04-15 22:14:34 +08:00
parent 31e65cfa94
commit fb385b8c26
11 changed files with 78 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# DO NOT use quantized model or quantization_bit when merging lora weights
CUDA_VISIBLE_DEVICES= python ../../src/export_model.py \
CUDA_VISIBLE_DEVICES=0 python ../../src/export_model.py \
--model_name_or_path meta-llama/Llama-2-7b-hf \
--adapter_name_or_path ../../saves/LLaMA2-7B/lora/sft \
--template default \