Skip to content

Commit f2811d2

Browse files
committed
Add trailing whitespace lines.
1 parent d8c2c3b commit f2811d2

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

ML-Frameworks/pytorch-aarch64/.agents/skills/bump-sources/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Provide:
5757

5858
- A short summary of what changed (hashes/tags/wheels).
5959
- The edits made to `./versions.sh` (and `./get-source.sh` if changed).
60-
- Commands run and key results/errors.
60+
- Commands run and key results/errors.

ML-Frameworks/pytorch-aarch64/examples/gen_ai_utils/quant_configs/aarch64_cpu_groupwise.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"groupsize": 32,
1010
"scheme": "symmetric_groupwise"
1111
}
12-
}
12+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SPDX-FileCopyrightText: Copyright 2024, 2025 Arm Limited and affiliates.
1+
SPDX-FileCopyrightText: Copyright 2024-2026 Arm Limited and affiliates.
22

33
SPDX-License-Identifier: Apache-2.0

ML-Frameworks/pytorch-aarch64/examples/openimages-mlperf.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SPDX-FileCopyrightText: Copyright 2023, 2025 Arm Limited and affiliates.
1+
SPDX-FileCopyrightText: Copyright 2023, 2025, 2026 Arm Limited and affiliates.
22

33
SPDX-License-Identifier: Apache-2.0

ML-Frameworks/pytorch-aarch64/examples/quantized_linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ def forward(self, x):
6767
model(data)
6868
runtimes.append(time.time() - t0)
6969

70-
print('Quantized: %.4fms, FP32: %.4fms, Speedup: %.4f' % (np.min(runtimes)*1e3, np.min(fp32_runtimes)*1e3, np.min(fp32_runtimes)/np.min(runtimes)))
70+
print('Quantized: %.4fms, FP32: %.4fms, Speedup: %.4f' % (np.min(runtimes)*1e3, np.min(fp32_runtimes)*1e3, np.min(fp32_runtimes)/np.min(runtimes)))
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# SPDX-FileCopyrightText: Copyright 2025 Arm Limited and affiliates.
1+
# SPDX-FileCopyrightText: Copyright 2025, 2026 Arm Limited and affiliates.
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
tensorflow/
66
results/
7-
*.whl
7+
*.whl

0 commit comments

Comments
 (0)