tomaarsen HF staff commited on
Commit
f9210a0
1 Parent(s): 608ef2c

Clarify that the demo runs on a CPU

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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