Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,6 @@ cd UB_VSA
|
|
66 |
python -m venv .venv && source .venv/bin/activate
|
67 |
pip install -r requirements.txt
|
68 |
|
69 |
-
# 2. Set your HF token (needed for Cerebras Inference API)
|
70 |
export HUGGINGFACEHUB_API_TOKEN=hf_your_token_here
|
71 |
|
72 |
# 3. Build embeddings (only first time, ~5 min)
|
|
|
66 |
python -m venv .venv && source .venv/bin/activate
|
67 |
pip install -r requirements.txt
|
68 |
|
|
|
69 |
export HUGGINGFACEHUB_API_TOKEN=hf_your_token_here
|
70 |
|
71 |
# 3. Build embeddings (only first time, ~5 min)
|