Skip to content

Commit 698b04d

Browse files
author
Dylan Huang
committed
Fix import path for braintrust adapters in eval_protocol module
1 parent e37b078 commit 698b04d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

eval_protocol/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010

1111
import warnings
1212

13-
from .adapters.braintrust import reward_fn_to_scorer, scorer_to_reward_fn
13+
from eval_protocol.adapters.braintrust import reward_fn_to_scorer, scorer_to_reward_fn
14+
1415
from .auth import get_fireworks_account_id, get_fireworks_api_key
1516
from .common_utils import load_jsonl
1617
from .config import RewardKitConfig, get_config, load_config
1718
from .mcp_env import (
1819
AnthropicPolicy,
19-
OpenAIPolicy,
20-
LiteLLMPolicy,
2120
FireworksPolicy,
21+
LiteLLMPolicy,
22+
OpenAIPolicy,
2223
make,
2324
rollout,
2425
test_mcp,

0 commit comments

Comments
 (0)