Skip to content

Commit 3277037

Browse files
sl-gnsibianl
andauthored
docs(readme): update readme for release and change window cli file url (#41)
Co-authored-by: sibianl <[email protected]>
1 parent b0d8b91 commit 3277037

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A fully decentralized inference engine developed by [Gradient Network](https://g
55

66
<h3>
77

8-
[Gradient Network](https://gradient.network) | [Blog](https://gradient.network/blog/parallax-world-inference-engine) | [X(Twitter)](https://x.com/Gradient_HQ) | [Discord](https://discord.gg/gradientnetwork) | [arXiv]()
8+
[Gradient Network](https://gradient.network) | [Blog](https://gradient.network/blog/parallax-world-inference-engine) | [X(Twitter)](https://x.com/Gradient_HQ) | [Discord](https://discord.gg/gradientnetwork)
99

1010
</h3>
1111

@@ -56,7 +56,7 @@ pip install -e '.[dev]'
5656
```
5757

5858
### Windows Application
59-
Click ```download raw file``` at this [Link](https://github.com/GradientHQ/parallax/blob/main/windows/Gradient_Parallax_PC_Setup_v1.0.0.0.exe) to get latest Windows installer.
59+
[Click here](https://github.com/GradientHQ/parallax/releases/latest/download/Gradient_Parallax_PC_Setup.exe) to get latest Windows installer.
6060

6161
After installing .exe, right click Windows start button and click ```Windows Terminal(Admin)``` to start a Powershell console as administrator.
6262

docs/images/node-join.png

-19 KB
Loading

src/parallax/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def join_command(args):
127127
def main():
128128
"""Main CLI entry point."""
129129
parser = argparse.ArgumentParser(
130-
description="Parallax - Decentralized pipeline-parallel LLM serving",
130+
description="Parallax - A fully decentralized inference engine developed by Gradient Network",
131131
formatter_class=argparse.RawDescriptionHelpFormatter,
132132
epilog="""
133133
Examples:
-1.52 MB
Binary file not shown.

0 commit comments

Comments
 (0)