Skip to content

Commit

Permalink
improved note in model section
Browse files Browse the repository at this point in the history
Signed-off-by: aasavari <[email protected]>
  • Loading branch information
adkakne committed Oct 25, 2024
1 parent c637002 commit 739f75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evals/metrics/ragaaf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ port = os.getenv("port", "<your port where the endpoint is active>")
evaluation_mode = "endpoint"
model_name = f"http://{host_ip}:{port}"
```
> `local` evaluation mode uses your local hardware (GPU usage is prioritized over CPU when available). Don't forget to set `hf_token` argument and your favourite open-source model in `model_name` argument.
> `local` evaluation mode uses your local hardware (GPU usage is prioritized over CPU when available). Don't forget to set `hf_token` argument and your favourite open-source model in `model_name` argument. </br>
> `openai` evaluation mode uses openai backend. Please set your `openai_key` as argument and your choice of OpenAI model as `model_name` argument.
### 4. Metrics
```python3
Expand Down

0 comments on commit 739f75a

Please sign in to comment.