Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -66,4 +66,4 @@ RUN mkdir -p /root/.cache/huggingface/accelerate && \
|
|
66 |
> /root/.cache/huggingface/accelerate/default_config.yaml
|
67 |
|
68 |
# Launch your training script on 4 GPUs with fp16
|
69 |
-
CMD ["accelerate", "launch", "--num_processes=
|
|
|
66 |
> /root/.cache/huggingface/accelerate/default_config.yaml
|
67 |
|
68 |
# Launch your training script on 4 GPUs with fp16
|
69 |
+
CMD ["accelerate", "launch", "--num_processes=4", "--mixed_precision=fp16", "finetune_script.py"]
|