Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added back the retro documents (#7033)
Signed-off-by: Yi Dong <yidong@nvidia.com>
- Loading branch information
9051440
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, running the example in code gives
All examples I found of megatron_retro_eval.py use several fields which are not present in megatron_retro_inference.yaml so I get errors like
Could not override 'retrieval_service.services.0.faiss_devices'.
Instead I see these fields defined in
static_retrieval_service.yaml
anddynamic_retrieval_service.yaml
.Is retro eval meant to be runnable as a standalone command-line call?
@yidong72