Spaces:
Build error
Build error
Clarify that the demo runs on a CPU
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ with gr.Blocks(title="Quantized Retrieval") as demo:
|
|
| 81 |
gr.Markdown(
|
| 82 |
"""
|
| 83 |
## Quantized Retrieval - Binary Search with Scalar (int8) Rescoring
|
| 84 |
-
This demo showcases retrieval using [quantized embeddings](https://huggingface.co/blog/embedding-quantization). The corpus consists of 41 million texts from Wikipedia articles.
|
| 85 |
|
| 86 |
<details><summary>Click to learn about the retrieval process</summary>
|
| 87 |
|
|
|
|
| 81 |
gr.Markdown(
|
| 82 |
"""
|
| 83 |
## Quantized Retrieval - Binary Search with Scalar (int8) Rescoring
|
| 84 |
+
This demo showcases retrieval using [quantized embeddings](https://huggingface.co/blog/embedding-quantization) on a CPU. The corpus consists of 41 million texts from Wikipedia articles.
|
| 85 |
|
| 86 |
<details><summary>Click to learn about the retrieval process</summary>
|
| 87 |
|