Skip to content

Commit

Permalink
Update train_mvtec.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticGNU authored Oct 11, 2023
1 parent f545288 commit bcaad14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/scripts/train_mvtec.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

deepspeed --include localhost:5,7 --master_port 28400 train_mvtec.py \
deepspeed --include localhost:0,1 --master_port 28400 train_mvtec.py \
--model openllama_peft \
--stage 1\
--imagebind_ckpt_path ../pretrained_ckpt/imagebind_ckpt/imagebind_huge.pth\
Expand Down

0 comments on commit bcaad14

Please sign in to comment.