fix llava qlora

Former-commit-id: fc67b736ba
This commit is contained in:
hiyouga
2024-04-26 18:00:23 +08:00
parent eb70328eec
commit 12790601c1
6 changed files with 55 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
# NEED TO run `merge.sh` before using this script
CUDA_VISIBLE_DEVICES=0 python ../../src/export_model.py \
--model_name_or_path ../../models/llama2-7b-sft \