Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tikikun authored Nov 14, 2023
1 parent 41c38cc commit 52dc578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Download a llama model to try running the llama C++ integration. You can find a

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.

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

0 comments on commit 52dc578

Please sign in to comment.