Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 52dc578

Browse files
authored
Update README.md
1 parent 41c38cc commit 52dc578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Download a llama model to try running the llama C++ integration. You can find a
6060

6161
Double-click on Nitro to run it. After downloading your model, make sure it's saved to a specific path. Then, make an API call to load your model into Nitro.
6262

63-
***OPTIONAL: You can run Nitro on a different port like 5000 instead of 3928 by running it manually in terminal
63+
***OPTIONAL***: You can run Nitro on a different port like 5000 instead of 3928 by running it manually in terminal
6464
```zsh
6565
./nitro 1 127.0.0.1 5000 ([thread_num] [host] [port])
6666
```

0 commit comments

Comments
 (0)