nroggendorff commited on
Commit
0df0ebc
·
verified ·
1 Parent(s): 8dce3d7

Merge when ready Pfl~_@@Q

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -7
Dockerfile CHANGED
@@ -1,7 +1,4 @@
1
- FROM nroggendorff/train-llama:latest
2
-
3
- RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json > temp.json && \
4
- mv temp.json config.json && \
5
- chown -R user:user config.json
6
-
7
- CMD ["bash", "-c", "python prep.py && deepspeed --num_gpus=$(nvidia-smi --query-gpu=gpu_name --format=csv,noheader | wc -l) train.py"]
 
1
+ FROM nroggendorff/train-llama:latest
2
+ RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json > temp.json && \
3
+ mv temp.json config.json && \
4
+ chown -R user:user config.json