Skip to content

Commit 4fbc247

Browse files
keivenchangnv-tusharma
authored andcommitted
refactor: rename dynamo_check.py to sanity_check.py (#3423)
Signed-off-by: Keiven Chang <[email protected]>
1 parent 7229c02 commit 4fbc247

File tree

4 files changed

+2252
-2241
lines changed

4 files changed

+2252
-2241
lines changed

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ else
123123
echo "⚠️ SSH agent forwarding not configured - SSH_AUTH_SOCK is not set"
124124
fi
125125

126-
show_and_run $DYNAMO_HOME/deploy/dynamo_check.py
126+
show_and_run $DYNAMO_HOME/deploy/sanity_check.py
127127

128128
cat <<EOF
129129

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,16 @@ uv pip install "ai-dynamo[sglang]" #replace with [vllm], [trtllm], etc.
114114

115115
## 3. Run Dynamo
116116

117+
### Sanity check (optional)
118+
119+
Before trying out Dynamo, you can verify your system configuration and dependencies:
120+
121+
```bash
122+
./deploy/sanity_check.py
123+
```
124+
125+
This is a quick check for system resources, development tools, LLM frameworks, and Dynamo components.
126+
117127
### Running an LLM API server
118128

119129
Dynamo provides a simple way to spin up a local set of inference components including:

0 commit comments

Comments
 (0)