CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
huggingface

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: huggingface/notebooks
Path: blob/main/sagemaker/22_accelerate_sagemaker_examples/src/text-classification/launch.sh
Views: 2555
1
accelerate launch --config_file accelerate_config.yaml train_using_s3_data.py \
2
--mixed_precision "fp16"
3