Skip to content

Commit

Permalink
Update example-programs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vksastry authored Aug 11, 2023
1 parent 3a076ea commit 69b12c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/ai-testbed/cerebras/example-programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,18 +174,18 @@ The last parts of the output should resemble the following:
2023-05-17 19:27:13,435 INFO: Saved checkpoint at global step: 500
2023-05-17 19:27:13,436 INFO: Training Complete. Completed 65000 sample(s) in 2554.1804394721985 seconds.
```

<!---
## GPT-J TensorFlow
GPT-J [[github]](https://github.com/kingoflolz/mesh-transformer-jax) is an auto-regressive language model created by [EleutherAI](https://www.eleuther.ai/).
This TensorFlow GPT-J 6B parameter pretraining sample uses 2 CS2s.
First, source a Cerebras TensorFlow virtual environment.
<!---
source /software/cerebras/venvs/venv_tf/bin/activate
# or your personal venv
--->
```console
source ~/R_1.9.1/venv_tf/bin/activate
```
Expand All @@ -211,3 +211,4 @@ INFO:root:Taking final checkpoint at step: 500
INFO:tensorflow:Saved checkpoint for global step 500 in 304.37238907814026 seconds: model_dir_gptj_tf/model.ckpt-500
INFO:root:Monitoring is over without any issue
```
--->

0 comments on commit 69b12c5

Please sign in to comment.