You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,18 @@ make install-tools
40
40
By default, lightspeed-evaluation uses remote embedding providers (OpenAI, Gemini). If you need **local embedding models** (HuggingFace/sentence-transformers), install with:
> **Note**: Local embeddings require PyTorch and related packages (~6GB). Only install if you need `embedding.provider: huggingface` in your configuration.
54
+
> **Note**: The `uv` commands above must be run from an already cloned repository checkout, since they use this project's `pyproject.toml`, `uv.lock`, and `uv-gpu.lock`. The default `uv.lock` uses CPU-only PyTorch (~2GB). For GPU/CUDA support, copy `uv-gpu.lock` to `uv.lock` before syncing (~6GB). When using pip, a plain `pip install` may install CUDA-dependent wheels on Linux; use the `--index-url` flag for guaranteed CPU-only installation. Only install if you need `embedding.provider: huggingface` in your configuration.
53
55
54
56
#### Optional: NLP metrics
55
57
If you want to install Ragas NLP metrics like ROUGE or Bleu install additional dependencies with:
0 commit comments