Skip to content

Commit 65baf1e

Browse files
committed
Correct the linting error about trailing spaces
1 parent 8ac7d38 commit 65baf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llama-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
sed -i '/wheel/s/^/#/' kylix/third_party/requirements.lock
5454
sed -i '/^wheel/s/^/# /; /^# wheel/a wheel==0.45.1' kylix/third_party/requirements.lock
5555
sed -i '9,29s/^/#/' bazel_run_anynode.sh
56-
sed -i 's/operations\[4\]/operations[5]/; /num_operation_workers=16;/a model.mha_use_transformer_engine=True;optimizer.total_steps=200;' bazel_run_anynode.sh'
56+
sed -i 's/operations\[4\]/operations[5]/; /num_operation_workers=16;/a model.mha_use_transformer_engine=True;optimizer.total_steps=200;' bazel_run_anynode.sh
5757
- name: Run container
5858
run: |
5959
docker run --name perf-run -it -d --network=host \

0 commit comments

Comments
 (0)