Skip to content

Commit

Permalink
fix jamba lora
Browse files Browse the repository at this point in the history
  • Loading branch information
hijkzzz committed May 6, 2024
1 parent 5bf1a7b commit 2820726
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/scripts/train_sft_jamba_lora.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
set -x

# Please note that the dependencies for Jamba are installed.
# pip install mamba-ssm causal-conv1d>=1.2.0

read -r -d '' training_commands <<EOF
../train_sft.py \
--max_len 32000 \
--max_len 8192 \
--dataset MaziyarPanahi/WizardLM_evol_instruct_V2_196k \
--dataset_probs 1.0 \
--train_batch_size 128 \
Expand Down

0 comments on commit 2820726

Please sign in to comment.