Skip to content

Commit 5daa464

Browse files
authored
Fix bfcl demo (#3833)
Fix bug introduced in #3671
1 parent 5c0f4b2 commit 5daa464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demos/continuous_batching/accuracy/gorilla.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/berkeley-function-call-leaderboard/bfcl_eval/constants/model_config.py b/berkeley-function-call-leaderboard/bfcl_eval/constants/model_config.py
2-
index 73731c0..0d966ed 100644
2+
index 73731c0..b6bbf48 100644
33
--- a/berkeley-function-call-leaderboard/bfcl_eval/constants/model_config.py
44
+++ b/berkeley-function-call-leaderboard/bfcl_eval/constants/model_config.py
55
@@ -2060,6 +2060,30 @@ third_party_inference_model_map = {
@@ -18,9 +18,9 @@ index 73731c0..0d966ed 100644
1818
+ is_fc_model=True,
1919
+ underscore_to_dot=True,
2020
+ ),
21-
+ "ovms_model_stream": ModelConfig(
21+
+ "ovms-model-stream": ModelConfig(
2222
+ model_name="ovms-model-stream",
23-
+ display_name="ovms_model_stream",
23+
+ display_name="ovms-model-stream",
2424
+ url="http://localhost:8000/v3",
2525
+ org="ovms",
2626
+ license="apache-2.0",

0 commit comments

Comments
 (0)