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
- nginx llm_cache needs to be disabled for runs to have different results. I was commenting out lines in `nginx_cache.conf` and `nginx/templates/routes/*` but I need to find a better way to toggle it off for eval; I think I can make an eval .env file to override the model provider base URLs in docker-compose so they bypass nginx.
808
+
- when I disable llm_cache, I get a bunch of "Too many requests" errors even when using nvdev endpoint
809
+
810
+
811
+
The output file will show individual accuracy scores for each run, and the average accuracy across all runs.
812
+
801
813
## Troubleshooting
802
814
803
815
Several common issues can arise when running the workflow. Here are some common issues and their solutions.
0 commit comments