Skip to content

Commit 98c60dd

Browse files
committed
typo fix in deepseek
1 parent 9954614 commit 98c60dd

File tree

10 files changed

+347
-23
lines changed

10 files changed

+347
-23
lines changed

.github/ISSUE_TEMPLATE/blog-create.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ body:
1818
1919
validations:
2020
required: false
21+
- type: input
22+
id: file_path_name
23+
attributes:
24+
label: "File Path Name"
25+
description: "Please enter the name of your directory name (MAXIMUM 50 CHARACTERS)"
26+
placeholder: |
27+
Suggested format: word1-word2-word3. Please keep the directory name to maximum three words separated by a hyphen.
28+
validations:
29+
required: true
2130
- type: input
2231
id: blog_authors
2332
attributes:

.github/workflows/blog-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
BLOG_TITLE="${{ github.event.issue.title }}"
5353
5454
BLOG_TITLE=$(echo "$BLOG_TITLE" | sed 's/^\[New Post\][[:space:]]*//')
55-
55+
BLOG_FILE_PATH=$(extract_field "File Path Name")
5656
BLOG_AUTHORS=$(extract_field "Author")
5757
BLOG_TAGS=$(extract_field "Tags")
5858
BLOG_CATEGORY=$(extract_field "Category")
@@ -69,6 +69,7 @@ jobs:
6969
BLOG_JIRA=$(extract_field "Jira Ticket")
7070
7171
echo "Blog Title: $BLOG_TITLE"
72+
echo "Blog File Path: $BLOG_FILE_PATH"
7273
echo "Blog Author(s): $BLOG_AUTHORS"
7374
echo "Blog Tags: $BLOG_TAGS"
7475
echo "Blog Category: $BLOG_CATEGORY"
@@ -127,7 +128,7 @@ jobs:
127128
echo "Current date: $CURRENT_DATE"
128129
129130
if [ "$VALIDATION_PASSED" = "true" ]; then
130-
python3 scripts/create_blog_post.py "$BLOG_TITLE" "$BLOG_AUTHORS" "$BLOG_TAGS" "$BLOG_CATEGORY" "$BLOG_AUDIENCE" "$BLOG_KVP" "$BLOG_KEYWORDS" "$BLOG_AMD_TECHNICAL_BLOG_TYPE" "$BLOG_AMD_PRODUCT_TYPE" "$BLOG_AMD_DEVELOPER_TYPE" "$BLOG_AMD_APPLICATIONS" "$BLOG_AMD_INDUSTRIES" "$BLOG_DESCRIPTION" "$BLOG_DEPLOYMENT_TARGETS"
131+
python3 scripts/create_blog_post.py "$BLOG_TITLE" "$BLOG_FILE_PATH" "$BLOG_AUTHORS" "$BLOG_TAGS" "$BLOG_CATEGORY" "$BLOG_AUDIENCE" "$BLOG_KVP" "$BLOG_KEYWORDS" "$BLOG_AMD_TECHNICAL_BLOG_TYPE" "$BLOG_AMD_PRODUCT_TYPE" "$BLOG_AMD_DEVELOPER_TYPE" "$BLOG_AMD_APPLICATIONS" "$BLOG_AMD_INDUSTRIES" "$BLOG_DESCRIPTION" "$BLOG_DEPLOYMENT_TARGETS"
131132
fi
132133
133134
echo "blog_title=$BLOG_TITLE" >> $GITHUB_OUTPUT

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ experiment with. Our intention is to provide content that targets domain experts
2020
computational/data scientists alike. While our optimization strategies may be specific to a particular
2121
application/model, we believe that the content can serve as a guideline and an effective starting point to help
2222
you get the best experience out of your AMD GPUs.
23+
24+
We welcome external contributions but keep in mind that we do exercise our editorial discretion on all content.

blogs/software-tools-optimization/aiter-ai-tensor-engine/README.md

Lines changed: 311 additions & 0 deletions
Large diffs are not rendered by default.
Loading
Loading

blogs/software-tools-optimization/amd-optimized-rocm-docker-for-distributed-training/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ FOR ANY DAMAGES THAT MAY ARISE FROM YOUR USE OF THIRD-PARTY CONTENT.
184184
Docker version: rocm/pytorch-training:v25.3 \
185185
\
186186
NVIDIA H100 platform: System Model: Supermicro AS -8125GS-TNHR \
187-
CPU: 2x AMD EPYC 9654 96-Core Processor (2 Sockets, 96 cores per pocket, 2 Threads per core) NUMA Config: 1 NUMA node per socket Memory: 2304 GB (24 DIMMS, 4800 mts, 96 GB/DIMM) \
187+
CPU: 2x AMD EPYC 9654 96-Core Processor (2 Sockets, 96 cores per socket, 2 Threads per core) NUMA Config: 1 NUMA node per socket Memory: 2304 GB (24 DIMMS, 4800 mts, 96 GB/DIMM) \
188188
Disk: Root drive + Data drives: 8x 7 TiB INTELSSDPF2KX076T1NVMe SSDs \
189189
Root drive: 1.75 TiB Micron MTFDDAK1T9TDS-1AW1ZA \
190190
GPU: 8x NVIDIA H100 80GB HBM3 700W \
191-
Host OS: Ubuntu 22.04.5 LTD with Linux kernel titan 6.8.0-51-generic \
191+
Host OS: Ubuntu 22.04.5 LTS with Linux kernel titan 6.8.0-51-generic \
192192
Host GPU Driver:535.183.01 \
193193
Firmware System: BIOS 2.1 \
194194
Docker version:nvcr.io/nvidia/pytorch:25.01-py3
@@ -203,7 +203,7 @@ FOR ANY DAMAGES THAT MAY ARISE FROM YOUR USE OF THIRD-PARTY CONTENT.
203203
Host OS: Ubuntu 22.04.5 LTS with Linux kernel 5.15.0-122-generic. \
204204
System BIOS: 5.27 \
205205
Host GPU Driver: 6.3.0 ROCm 6.3 (Pre-release) \
206-
Docker version: rocm/megatron-lmg:v25.3
206+
Docker version: rocm/megatron-lm:v25.3
207207
[^3]: MI300-080 On average, a system with 8x AMD Instinct MI300X GPUs shows up to  1.29x better performance comparing to a similarly configured system with 8x NVIDIA H100 GPUs, in the DeepSeekV2-Lite model training benchmark. Testing done by AMD on 02/014/2025, results may vary. \
208208
SYSTEM CONFIGURATION: \
209209
AMD Instinct™ MI300X platform System Model: Supermicro GPU A+ Server AS - 8125GS-TNMR2 \
@@ -215,17 +215,17 @@ FOR ANY DAMAGES THAT MAY ARISE FROM YOUR USE OF THIRD-PARTY CONTENT.
215215
Host OS: Ubuntu 22.04.5 LTS with Linux kernel 5.15.0-122-generic. \
216216
System BIOS: 5.27 \
217217
Host GPU Driver: 6.3.0 ROCm 6.3 (Pre-release) \
218-
Docker version: rocm/megatron-lmg:v25.3 \
218+
Docker version: rocm/megatron-lm:v25.3 \
219219
\
220220
NVIDIA H100 platform: \
221221
System Model: Supermicro AS -8125GS-TNHR \
222222
CPU: 2x AMD EPYC 9654 96-Core Processor (2 Sockets, 96 cores per pocket, 2 Threads per core) \
223223
NUMA Config: 1 NUMA node per socket \
224224
Memory: 2304 GB (24 DIMMS, 4800 mts, 96 GB/DIMM) \
225-
Disk: RData drives: 8x 7 TiB INTEL SSDPF2KX076T1 NVMe SSDs \
225+
Disk: Data drives: 8x 7 TiB INTEL SSDPF2KX076T1 NVMe SSDs \
226226
Root drive: 1.75 TiB Micron MTFDDAK1T9TDS-1AW1ZA \
227227
GPU: 8x NVIDIA H100 80GB HBM3 700W \
228-
Host OS: Ubuntu 22.04.5 LTD with Linux kernel titan 6.8.0-51-generic \
228+
Host OS: Ubuntu 22.04.5 LTS with Linux kernel titan 6.8.0-51-generic \
229229
Host GPU Driver:535.183.01 \
230230
Firmware System: BIOS 2.1 \
231231
Docker version: nvcr.io/nvidia/pytorch:24.10-py3 

blogs/software-tools-optimization/amdgcn-isa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ buffer_store_dword v1, off, s[0:3], 0 offset:16
534534
buffer_store_dword v1, off, s[0:3], 0 offset:80
535535
```
536536

537-
Note that the spillage of regsiters to scratch memory is heavily dependent on the GPU architecture and version of ROCm™.
537+
Note that the spillage of registers to scratch memory is heavily dependent on the GPU architecture and version of ROCm™.
538538

539539
### Shifted copy
540540

scripts/create_blog_post.py

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,20 @@ def create_blog_post_from_args():
2828

2929
args = gather_args()
3030
blog_title = args[0]
31-
blog_authors = args[1]
32-
blog_tags = args[2]
33-
blog_category = args[3]
34-
blog_audience = args[4]
35-
blog_key_value_proposition = args[5]
36-
blog_keywords = args[6]
37-
blog_amd_technical_blog_type = args[7]
38-
blog_amd_product_type = args[8]
39-
blog_amd_developer_type = args[9]
40-
blog_amd_applications = args[10]
41-
blog_amd_industries = args[11]
42-
blog_description = args[12]
43-
blog_amd_deployment = args[13]
31+
blog_file_path = args[1]
32+
blog_authors = args[2]
33+
blog_tags = args[3]
34+
blog_category = args[4]
35+
blog_audience = args[5]
36+
blog_key_value_proposition = args[6]
37+
blog_keywords = args[7]
38+
blog_amd_technical_blog_type = args[8]
39+
blog_amd_product_type = args[9]
40+
blog_amd_developer_type = args[10]
41+
blog_amd_applications = args[11]
42+
blog_amd_industries = args[12]
43+
blog_description = args[13]
44+
blog_amd_deployment = args[14]
4445

4546
# check all of the date formats
4647

@@ -191,7 +192,7 @@ def create_blog_post_from_args():
191192
note="{note}",
192193
)
193194

194-
dir_blog_name = truncate_string(blog_title)
195+
dir_blog_name = truncate_string(blog_file_path[:50])
195196
dir_category_name = truncate_string(blog_category)
196197

197198
if dir_category_name == "applications-models":

0 commit comments

Comments
 (0)