You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/services/cerebras/run.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,21 @@ The user-nodes are equipped with a normal developer packages. If you feel that s
6
6
7
7
## Virtual Environment Setup
8
8
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.
11
10
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.
13
15
14
-
You will need to pin the version of the `peft` library to `0.17.1`
15
16
16
17
For completness both the modelzoo clone and virtual environmment setup are included below:
0 commit comments