Skip to content

Commit

Permalink
[Experiment] Disable evaluation result uploading to avoid permission …
Browse files Browse the repository at this point in the history
…issue
  • Loading branch information
YusakuNo1 committed Nov 13, 2024
1 parent 832aaa5 commit d6600ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/evaluate/evaluators.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __call__(self, *, data_path, **kwargs):
data=data_path,
evaluators=self.evaluators,
## NOTE: If you do not have Storage Blob Data Contributor permissions, please comment out the below line of code.
azure_ai_project=self.project_scope,
# azure_ai_project=self.project_scope,
evaluator_config={
"relevance": {
"column_mapping": {
Expand Down

0 comments on commit d6600ce

Please sign in to comment.