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

Commit 41c38cc

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ 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
64+
```zsh
65+
./nitro 1 127.0.0.1 5000 ([thread_num] [host] [port])
66+
```
67+
- thread_num : the number of thread that nitro webserver needs to have
68+
- host : host value normally 127.0.0.1 or 0.0.0.0
69+
- port : the port that nitro got deployed onto
70+
6371
```zsh
6472
curl -X POST 'http://localhost:3928/inferences/llamacpp/loadmodel' \
6573
-H 'Content-Type: application/json' \

0 commit comments

Comments
 (0)