Skip to content

Commit c478bbf

Browse files
authored
Update train code to support the new tokenizer (#2498)
1 parent f70de6b commit c478bbf

File tree

4 files changed

+4020
-5349
lines changed

4 files changed

+4020
-5349
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ pip3 install -e ".[train]"
284284
- You can use the following command to train Vicuna-7B with 4 x A100 (40GB). Update `--model_name_or_path` with the actual path to LLaMA weights and `--data_path` with the actual path to data.
285285
```bash
286286
torchrun --nproc_per_node=4 --master_port=20001 fastchat/train/train_mem.py \
287-
--model_name_or_path ~/model_weights/llama-7b \
287+
--model_name_or_path meta-llama/Llama-2-7b-hf \
288288
--data_path data/dummy_conversation.json \
289289
--bf16 True \
290290
--output_dir output_vicuna \

0 commit comments

Comments
 (0)