Skip to content

Commit 2e2f966

Browse files
committed
fix nit
Signed-off-by: Rajvaibhav Rahane <[email protected]>
1 parent 916a849 commit 2e2f966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEVELOPER_GUIDE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ docker build -f ./remote_vector_index_builder/core/Dockerfile . -t opensearchst
106106

107107
## Provisioning an instance for development
108108

109-
A NVIDIA GPU powered machine with CUDA Toolkit installed is required to build a Faiss base Image and to run the Docker images to build an index.
109+
A NVIDIA GPU powered machine with CUDA Toolkit installed is required to build a Faiss base image and to run the Docker images to build an index.
110110

111-
Typically an [EC2 G5](https://aws.amazon.com/ec2/instance-types/g5/) 2xlarge instance running a Deep Learning OSS Nvidia Driver AMI, with Docker CLI installed is recommended for development use.
111+
Typically an [EC2 G5](https://aws.amazon.com/ec2/instance-types/g5/) 2xlarge instance running a Deep Learning OSS Nvidia Driver AMI with Docker CLI installed is recommended for development use.
112112

113113
[Setup an EC2 Instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html)
114114

@@ -118,7 +118,7 @@ Simple memory profiling can be done during development to get memory usage stati
118118

119119
### GPU Memory Profiling with NVIDIA SMI
120120

121-
1. Install [py3nvml](https://pypi.org/project/py3nvml/): In [`/remote_vector_index_builder/core/requirements.txt`](/remote_vector_index_builder/core/requirements.txt) add py3nvml on a newline.
121+
1. Install [py3nvml](https://pypi.org/project/py3nvml/): In [`/remote_vector_index_builder/core/requirements.txt`](/remote_vector_index_builder/core/requirements.txt) add `py3nvml` on a newline.
122122

123123
2. Add import statement and initialize method in the file containing the driver code.
124124
```

0 commit comments

Comments
 (0)