@@ -13,7 +13,7 @@ packages = [
1313python = " >=3.10,!=3.12.5,<3.13"
1414click = " ^8"
1515dvc = {extras = [" gs" ], version = " ^3.60" }
16- modelbench = {git = " https://github.com/mlcommons/modelbench.git" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244 " }
16+ modelbench = {git = " https://github.com/mlcommons/modelbench.git" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a " }
1717mlflow = " ^3.1.1"
1818python-dotenv = " ^1"
1919requests = " ^2"
@@ -25,19 +25,17 @@ jupyter = "^1"
2525scikit-learn = " ^1.5.0"
2626pandas = " ^2.2.2"
2727# plugins (would like to figure out a better way to manage these)
28- modelgauge_anthropic = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/anthropic" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
29- modelgauge-azure = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/azure" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
30- modelgauge_baseten = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/baseten" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
31- modelgauge_demo_plugin = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " demo_plugin" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
32- modelgauge_nvidia = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/nvidia" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
33- modelgauge_openai = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/openai" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
34- modelgauge_huggingface = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/huggingface" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
35- modelgauge_perspective_api = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/perspective_api" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
36- modelgauge_google = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/google" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
37- modelgauge_vertexai = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/vertexai" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
38- modelgauge_mistral = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/mistral" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
39- modelgauge_amazon = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/amazon" , rev = " afe1cbfa42eebe3363440d1ab5841c007384e244" }
40- modelbench-private = {
git =
" [email protected] :mlcommons/modelbench-private.git" ,
rev =
" 982973bd51e6c7ebb1bebaaa1eeb6a297d871bb3" ,
optional =
true }
28+ modelgauge_anthropic = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/anthropic" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a" }
29+ modelgauge-azure = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/azure" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a" }
30+ modelgauge_baseten = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/baseten" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a" }
31+ modelgauge_demo_plugin = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " demo_plugin" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a" }
32+ modelgauge_nvidia = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/nvidia" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a" }
33+ modelgauge_perspective_api = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/perspective_api" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a" }
34+ modelgauge_google = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/google" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a" }
35+ modelgauge_vertexai = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/vertexai" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a" }
36+ modelgauge_mistral = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/mistral" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a" }
37+ modelgauge_amazon = { git = " https://github.com/mlcommons/modelbench.git" , subdirectory = " plugins/amazon" , rev = " ba582ed35a58cf6219786624c83e6915a9bcf98a" }
38+ modelbench-private = {
git =
" [email protected] :mlcommons/modelbench-private.git" ,
rev =
" ecac4cfd343411c8011c0bba875d638fc22e9478" ,
optional =
true }
4139
4240[tool .poetry .extras ]
4341modelbench-private = [" modelbench-private" ]
@@ -50,7 +48,7 @@ pytest = "^8"
5048pytest-cov = " ^6"
5149
5250[tool .poetry .scripts ]
53- modelplane = " modelplane.runways.run :cli"
51+ modelplane = " modelplane.cli :cli"
5452
5553[build-system ]
5654requires = [" poetry-core" ]
0 commit comments