Skip to content

Commit

Permalink
Update instructions for running llm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn authored Jan 1, 2025
1 parent b0b8de0 commit ff8fe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here are the possible fields in the `test_case.yaml` yaml file:
Run the following:

```sh
UPLOAD_DATASET=1 RUN_LIVE=1 pytest ./tests/llm/test_ask_holmes.py -k 999_my_test_case
UPLOAD_DATASET=1 RUN_LIVE=1 poetry run pytest ./tests/llm/test_ask_holmes.py -k 999_my_test_case
```

The test may pass or not based on whether the evaluation scores are high enough. If the test fail,
Expand Down

0 comments on commit ff8fe73

Please sign in to comment.