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/accelerate_config.yaml
Views: 2555
1
base_job_name: accelerate-sagemaker-1
2
compute_environment: AMAZON_SAGEMAKER
3
distributed_type: DATA_PARALLEL
4
ec2_instance_type: ml.p3.16xlarge
5
iam_role_name: xxxxx
6
image_uri: null
7
mixed_precision: fp16
8
num_machines: 1
9
profile: xxxxx
10
py_version: py38
11
pytorch_version: 1.10.2
12
region: us-east-1
13
sagemaker_inputs_file: sagemaker_inputs.tsv
14
sagemaker_metrics_file: sagemaker_metrics_definition.tsv
15
transformers_version: 4.17.0
16
use_cpu: false
17
18