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
Added FAQ section on offline usage with guidance for configuring local
caching and pre-populating data
---------
Signed-off-by: Marta Stepniewska-Dziubinska <[email protected]>
Copy file name to clipboardExpand all lines: docs/references/faq.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,3 +318,25 @@ nemo-evaluator-launcher run --config-name your_config --dry-run
318
318
```
319
319
320
320
Reference: {ref}`configuration-overview`.
321
+
322
+
---
323
+
324
+
## **Can I use Evaluator without internet access?**
325
+
326
+
Yes. NeMo Evaluator uses datasets and model checkpoints from [Hugging Face Hub](https://huggingface.co/docs/hub/en/index). If a requested dataset or model is not available locally, it is downloaded from the Hub at runtime.
327
+
328
+
When working in an environment without internet access, configure a cache directory and pre-populate it with all required data before launching the evaluation.
329
+
330
+
See the [example configuration](https://github.com/NVIDIA-NeMo/Evaluator/blob/main/packages/nemo-evaluator-launcher/examples/slurm_vllm_advanced_hf_caching.yaml) with HF caching:
0 commit comments