You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Integration with SGLang and other inference engines are in progress.
30
30
Most users just need to deploy and run InfiniStore, and they don't need to understand how InfiniStore works internally. For these users, PIP is the recommended way to install:
31
31
32
32
```
33
-
pip install InfiniStore
33
+
pip install infinistore
34
34
```
35
35
36
36
## Install from Source Code
@@ -53,7 +53,7 @@ pre-commit install
53
53
After installation, either from PIP or from source code, run the following command to verify your installation is successful:
54
54
55
55
```
56
-
InfiniStore --manage-port 8088
56
+
infinistore --manage-port 8088
57
57
curl http://127.0.0.1:8088/selftest
58
58
```
59
59
@@ -70,28 +70,28 @@ Your server machine may be equipped with TCP network or RDMA network. The comman
0 commit comments