We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11717d commit b917f0bCopy full SHA for b917f0b
README.md
@@ -68,16 +68,16 @@ curl https://api.openai.com/v1/chat/completions \
68
69
```bash
70
# Lightweight install (API-based models only)
71
-pip install -e .
+pip install verbalized-sampling
72
73
# With GPU support for local models (vLLM, torch, transformers)
74
-pip install -e ".[gpu]"
+pip install verbalized-sampling[gpu]
75
76
# Development install
77
-pip install -e ".[dev]"
+pip install verbalized-sampling[dev]
78
79
# Complete install
80
-pip install -e ".[gpu,dev]"
+pip install verbalized-sampling[gpu,dev]
81
```
82
83
### API Keys Setup
0 commit comments