Skip to content

Commit 53c4c37

Browse files
authored
Merge pull request #313 from nickaj/Cerebras_R290
Push to R290
2 parents 1dd4478 + e9b3780 commit 53c4c37

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/services/cerebras/run.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ The user-nodes are equipped with a normal developer packages. If you feel that s
66

77
## Virtual Environment Setup
88

9-
In general, our system is compatible with the documentation from [Cerebras](https://training-docs.cerebras.ai/rel-2.6.0/getting-started/setup-and-installation) which should be followed.
10-
However, a few small tweaks are required:
9+
In general, our system is compatible with the documentation from [Cerebras](https://training-docs.cerebras.ai/rel-2.9.0/getting-started/setup-and-installation) which should be followed.
1110

12-
Use Cerebras [ModelZoo R2.6.0](https://github.com/Cerebras/modelzoo/tree/Release_2.6.0) for compatibility to the Cerebras machine's installed software-sdk version
11+
We also that suggest:
12+
13+
- you make all paths in configuration files absolute
14+
- you use the `--mount_dirs` and `--python_paths` options with all `cszoo` commands, see the training example below for a full command invocation.
1315

14-
You will need to pin the version of the `peft` library to `0.17.1`
1516

1617
For completness both the modelzoo clone and virtual environmment setup are included below:
1718

1819
```bash
19-
git clone -b Release_2.6.0 https://github.com/Cerebras/modelzoo.git ./modelzoo
20+
git clone -b Release_2.9.0 https://github.com/Cerebras/modelzoo.git ./modelzoo
2021
python3.11 -m venv modelzoo_venv
2122
source modelzoo_venv/bin/activate
2223
pip install --upgrade pip
23-
pip install peft==0.17.1
2424
pip install --editable ./modelzoo
2525
```
2626

0 commit comments

Comments
 (0)