-
Notifications
You must be signed in to change notification settings - Fork 102
update eval docs to use poetry #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThe documentation was updated across multiple files to standardize the use of Changes
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🧰 Additional context used🪛 LanguageTooldocs/evals-introduction.md[uncategorized] ~118-~118: Did you mean: “By default,”? (BY_DEFAULT_COMMA) [style] ~119-~119: Consider using a synonym to be more concise. (A_LOT_OF) [uncategorized] ~119-~119: A comma might be missing here. (AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA) ⏰ Context from checks skipped due to timeout of 90000ms (4)
🔇 Additional comments (14)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@@ -166,12 +171,12 @@ Live testing requires a Kubernetes cluster and will execute `before-test` and `a | |||
|
|||
1. **Create Baseline**: Run evaluations with a reference model | |||
```bash | |||
EXPERIMENT_ID=baseline_gpt4o MODEL=gpt-4o pytest -n 10 ./tests/llm/test_* | |||
EXPERIMENT_ID=baseline_gpt4o MODEL=gpt-4o poetry run pytest -n 10 ./tests/llm/test_* |
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.
Need to verify that environment variables like EXPERIMENT_ID are still propogated to pytest this way
No description provided.