Skip to content

Commit 21cd88f

Browse files
committed
Apply precommit
1 parent d67adbf commit 21cd88f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN python -m pip install protobuf==3.20.*
9898
RUN python -m pip cache purge
9999

100100
## Install APEX
101-
# Detect the architecture and install Apex accordingly
101+
# Detect the architecture and install Apex accordingly
102102
RUN ARCH=$(uname -m) && \
103103
if [ "$ARCH" = "x86_64" ]; then \
104104
wget https://github.com/segyges/not-nvidia-apex/releases/download/jan-2024/apex-0.1-cp310-cp310-linux_x86_64.zip && \

configs/neox_arguments.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ Text Generation arguments
976976

977977
- **prompt_end**: str
978978

979-
Default =
979+
Default =
980980

981981

982982
a single prompt's end. Defaults to newline
@@ -1018,7 +1018,7 @@ Text Generation arguments
10181018

10191019
- **eval_results_prefix**: str
10201020

1021-
Default =
1021+
Default =
10221022

10231023
prefix to which to save evaluation results - final fp will be {eval_results_prefix}_eval_results_yy-mm-dd-HH-MM.json
10241024

@@ -1770,7 +1770,7 @@ Args for deepspeed config
17701770

17711771
Default = None
17721772

1773-
1773+
17741774

17751775

17761776

@@ -2070,4 +2070,3 @@ Args for deepspeed runner (deepspeed.launcher.runner).
20702070
Default = None
20712071

20722072
Adds a `--account` to the DeepSpeed launch command. In DeeperSpeed this is passed on to the SlurmLauncher as well. Sometimes necessary for cluster rules, or so I've heard.
2073-

requirements/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ pre-commit>=2.17.0
44
pytest>=6.2.3
55
pytest-cov>=2.11.1
66
pytest-forked>=1.3.0
7-
pytest-xdist
87
pytest-html==4.1.1
8+
pytest-xdist

0 commit comments

Comments
 (0)