Skip to content

Commit c131303

Browse files
authored
Update README.md (#147)
1 parent 5378d2c commit c131303

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlcd_vl/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,12 @@ docker build -t train_mlcd_llava .
159159
docker run --gpus all \
160160
-v /vlm:/vlm \
161161
-v /mnt:/mnt \
162-
-v /mnt/data/huggingface/:/root/.cache/huggingface \
163162
-v $(pwd):/workspace \
164163
--rm \
165164
-w /workspace \
166165
--shm-size=64g -it train_mlcd_llava bash
166+
167+
pip install flash-attn==2.3.3 --no-build-isolation
167168
```
168169

169170
### B. Inference
@@ -244,4 +245,4 @@ PYTHONPATH=./ CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python -m accelerate.commands
244245
--log_samples \
245246
--log_samples_suffix mlcd \
246247
--output_path ./eval_log/
247-
```
248+
```

0 commit comments

Comments
 (0)