Unverified Commit 1ddb9b0c authored by Keiven C's avatar Keiven C Committed by GitHub
Browse files

refactor: rename dynamo_check.py to sanity_check.py (#3423)


Signed-off-by: default avatarKeiven Chang <keivenchang@users.noreply.github.com>
parent 2e1f5076
...@@ -123,7 +123,7 @@ else ...@@ -123,7 +123,7 @@ else
echo "⚠️ SSH agent forwarding not configured - SSH_AUTH_SOCK is not set" echo "⚠️ SSH agent forwarding not configured - SSH_AUTH_SOCK is not set"
fi fi
show_and_run $DYNAMO_HOME/deploy/dynamo_check.py show_and_run $DYNAMO_HOME/deploy/sanity_check.py
cat <<EOF cat <<EOF
......
...@@ -114,6 +114,16 @@ uv pip install "ai-dynamo[sglang]" #replace with [vllm], [trtllm], etc. ...@@ -114,6 +114,16 @@ uv pip install "ai-dynamo[sglang]" #replace with [vllm], [trtllm], etc.
## 3. Run Dynamo ## 3. Run Dynamo
### Sanity check (optional)
Before trying out Dynamo, you can verify your system configuration and dependencies:
```bash
./deploy/sanity_check.py
```
This is a quick check for system resources, development tools, LLM frameworks, and Dynamo components.
### Running an LLM API server ### Running an LLM API server
Dynamo provides a simple way to spin up a local set of inference components including: Dynamo provides a simple way to spin up a local set of inference components including:
......
This diff is collapsed.
sanity_check.py
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment