Skip to content

Commit

Permalink
remove another ---ini ws_chf_skip_fabric_compare=True
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Arnold committed Dec 20, 2024
1 parent cb83ee3 commit 8f87063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ai-testbed/cerebras/running-a-model-or-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To run the sample:
export MODEL_DIR=model_dir_gpt3_111m
# deletion of the model_dir is only needed if sample has been previously run
if [ -d "$MODEL_DIR" ]; then rm -Rf $MODEL_DIR; fi
python run.py CSX --job_labels name=gpt3_111m --params configs/Cerebras_GPT/111m_modified.yaml --num_csx=1 --mode train --model_dir $MODEL_DIR --mount_dirs /home/ /software --python_paths /home/$(whoami)/R_2.4.0/modelzoo/src --compile_dir $(whoami) --ini ws_chf_skip_fabric_compare=True |& tee mytest.log
python run.py CSX --job_labels name=gpt3_111m --params configs/Cerebras_GPT/111m_modified.yaml --num_csx=1 --mode train --model_dir $MODEL_DIR --mount_dirs /home/ /software --python_paths /home/$(whoami)/R_2.4.0/modelzoo/src --compile_dir $(whoami) |& tee mytest.log
```

A successful fc_mnist PyTorch training run should finish with output resembling the following:
Expand Down

0 comments on commit 8f87063

Please sign in to comment.