We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d1e0f commit 16ae089Copy full SHA for 16ae089
README.md
@@ -56,15 +56,15 @@ pip install skythought
56
57
```shell
58
# Clone the repository
59
-!git clone https://github.com/NovaSky-AI/SkyThought.git
60
-!cd SkyThought
+git clone https://github.com/NovaSky-AI/SkyThought.git
+cd SkyThought
61
62
# Create and activate a virtual environment (using uv here)
63
-!uv venv --python 3.10
64
-!source .venv/bin/activate
+uv venv --python 3.10
+source .venv/bin/activate
65
66
# Install the package in editable mode
67
-!uv pip install -e .
+uv pip install -e .
68
```
69
70
Running evaluation is as simple as:
0 commit comments