Skip to content

Commit 945a709

Browse files
authored
Fix markdown headers (#374)
Headers should be an h1 to resolve to a header on the docs build.
1 parent 55fd4f4 commit 945a709

File tree

8 files changed

+9
-7
lines changed

8 files changed

+9
-7
lines changed

CODE_OF_CONDUCT.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## Code of Conduct
1+
# Code of Conduct
2+
23
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
34
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
45
[email protected] with any additional questions or comments.

android/pytorch_android/quickdraw_recognition/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## DoodleDraw recognition
1+
# DoodleDraw recognition
22

33
Rabbit | Cat | banana
44
:-------------------------:|:-------------------------:|:-------------------------:

aws/inferentia/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Low cost inference with AWS Inferentia
1+
# Low cost inference with AWS Inferentia
22

33
This demo uses Inf2 instance, read [here](inf1.md) for Inf1 demo.
44

aws/inferentia/inf1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Low cost inference with AWS Inferentia
1+
# Low cost inference with AWS Inferentia
22

33
[AWS Inferentia](https://aws.amazon.com/machine-learning/inferentia/) is a high performance machine
44
learning inference chip, custom designed by AWS. Amazon EC2 Inf1 instances are powered by AWS

development/multi-engine/performance_numbers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Performance Numbers
1+
# Engine loading Performance Numbers
22

33
These numbers were run on a Mac Pro 2019 (2.8 Ghz Intel Core i7)
44

djl-serving/python-mode/stable-diffusion/docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# djl-serving运行stable diffusion
2+
23
建议使用docker环境的djl-serving运行stable diffusion,这样能省去很多环境上的配置操作。
34

45
## 拉取djl-serving的镜像

huggingface/inferentia/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Serving Huggingface model with AWS Inferentia
1+
# Serving Huggingface model with AWS Inferentia
22

33
[AWS Inferentia](https://aws.amazon.com/machine-learning/inferentia/) is a high performance machine
44
learning inference chip, custom designed by AWS. Amazon EC2 Inf1 instances are powered by AWS

malicious-url-detector/docs/translators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Writing the CSV Translator
1+
# Writing the CSV Translator
22

33
Translator classes provide a way to include methods that pre-process input and post-process output during inference. Passing a translator to a model predictor object enables automatic invocation of the logic in these methods.
44
The comma separated values (CSV) Translator needs to handle the following:

0 commit comments

Comments
 (0)