Skip to content

Commit 55a2ffc

Browse files
nijat12copybara-github
authored andcommitted
Internal change
GitOrigin-RevId: ec84ac38a1c7b5a2f9be1d6bf317cc12e99f0ce8
1 parent a6da83c commit 55a2ffc

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

library/evals/autorating/hallucination_autorater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
format_comments,
2727
format_summary,
2828
)
29-
from vertex_model import VertexModel, run_tasks_in_parallel
29+
from models.vertex_model import VertexModel, run_tasks_in_parallel
3030

3131

3232
class HallucinationAutorater:

library/evals/autorating/hallucination_autorater_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import pytest
2020
from autorating_utils import EvalInput
2121
from hallucination_autorater import HallucinationAutorater
22-
from vertex_model import VertexModel
22+
from models.vertex_model import VertexModel
2323

2424

2525
@pytest.fixture

library/evals/autorating/run_autoraters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
from hallucination_autorater import HallucinationAutorater
4040
from autorating_utils import read_csv
41-
from vertex_model import VertexModel
41+
from models.vertex_model import VertexModel
4242

4343

4444
async def main():

library/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pytest==8.4.1
2+
pytest-asyncio==1.0.0
3+
pandas==2.3.0
4+
vertexai==1.71.1
5+
google-genai==1.23.0

models/__init__.py

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)