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
### Local Evaluation with NeMo Evaluator (AnyModel)
202
+
Evaluate AnyModel checkpoints by deploying a local OpenAI-compatible completions endpoint and running benchmarks against it.
203
203
204
-
AnyModel checkpoints are currently supported via the patched NeMo Evaluator deployable
205
-
in [`examples/puzzletron/evaluation/`](./examples/puzzletron/evaluation/). This deploys a local OpenAI-style completions endpoint that evaluation can be run against.
206
-
207
-
>**Note:** This flow requires Ray. If it is missing, install it in the container/venv:
208
-
>
209
-
>```bash
210
-
> pip install ray
211
-
>```
212
-
>
213
-
**Deploy the model locally on an interactive node (2 GPUs example):**
204
+
**1. Deploy the model (2 GPUs example):**
214
205
215
206
```bash
216
-
# Repo root (not puzzle_dir)
217
-
export MODELOPT_WORKDIR=/path/to/Model-Optimizer
218
-
export NEMO_EXPORT_DEPLOY_DIR=/opt/Export-Deploy #When using a NeMo container, this is where Export-Deploy is located. Adjust, if needed
0 commit comments