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 a2f27fd commit 96ae4bcCopy full SHA for 96ae4bc
docs/cli.md
@@ -48,6 +48,12 @@ pipx install vectorcode
48
in your shell. To specify a particular version of Python, use the `--python`
49
flag. For example, `pipx install vectorcode --python python3.11`. For hardware
50
accelerated embedding, refer to [the relevant section](#hardware-acceleration).
51
+If you want a cpu-only installation without CUDA dependences required by
52
+default by pytorch, run:
53
+```bash
54
+PIP_INDEX_URL="https://download.pytorch.org/whl/cpu" PIP_EXTRA_INDEX_URL="https://pypi.org/simple" pipx install vectorcode
55
+```
56
+
57
If you need to install multiple dependency group (for [LSP](#lsp-mode) or
58
[MCP](#mcp-server)), you can use the following syntax:
59
```bash
0 commit comments