Spaces:
Running
Running
Remove old run.sh.
Browse files- lynxkite-app/run.sh +0 -3
- lynxkite-core/README.md +1 -1
- lynxkite-graph-analytics/README.md +2 -0
lynxkite-app/run.sh
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
#!/bin/bash -xue
|
2 |
-
export NX_CUGRAPH_AUTOCONFIG=True
|
3 |
-
uvicorn server.main:app --reload
|
|
|
|
|
|
|
|
lynxkite-core/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# LynxKite
|
2 |
|
3 |
This is a lightweight Python package for defining LynxKite operations and executors.
|
4 |
If you want to write LynxKite operations or executors, this is what you need!
|
|
|
1 |
+
# LynxKite Core
|
2 |
|
3 |
This is a lightweight Python package for defining LynxKite operations and executors.
|
4 |
If you want to write LynxKite operations or executors, this is what you need!
|
lynxkite-graph-analytics/README.md
CHANGED
@@ -9,3 +9,5 @@ Then "LynxKite Graph Analytics" will show up as one of the workspace types in Ly
|
|
9 |
```bash
|
10 |
pip install lynxkite lynxkite-graph-analytics
|
11 |
```
|
|
|
|
|
|
9 |
```bash
|
10 |
pip install lynxkite lynxkite-graph-analytics
|
11 |
```
|
12 |
+
|
13 |
+
Run LynxKite with `NX_CUGRAPH_AUTOCONFIG=True` to enable GPU-accelerated graph data science operations.
|