Skip to content
Open
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
d2871fc
Update model_metadata.yaml
sronaghi Oct 15, 2025
4d05a27
Update model_metadata.yaml
sronaghi Oct 15, 2025
c1246b5
Update model_deployments.yaml
sronaghi Oct 15, 2025
e30447a
Update tokenizer_configs.yaml
sronaghi Oct 15, 2025
2be5a72
Create proxy_tuning_client.py
sronaghi Oct 15, 2025
c33bf29
Add files via upload
sronaghi Oct 22, 2025
93f2a46
Delete src/helm/clients/proxy_tuning_client.py
sronaghi Oct 22, 2025
bea4a9d
Rename proxy_tuning_client (2).py to proxy_tuning_client.py
sronaghi Oct 22, 2025
fc4d6b1
Add files via upload
sronaghi Oct 22, 2025
430fb51
Add files via upload
sronaghi Oct 22, 2025
622027e
Add files via upload
sronaghi Oct 22, 2025
a700380
Update model_deployments.yaml
sronaghi Oct 22, 2025
30b2040
Update model_metadata.yaml
sronaghi Oct 22, 2025
4bfdfdc
Update tokenizer_configs.yaml
sronaghi Oct 22, 2025
53ec6a5
Update medhelm_run_specs.py
sronaghi Oct 22, 2025
f1138ad
Update proxy_tuning_client.py
sronaghi Oct 22, 2025
5909035
Delete prod_env/model_deployments.yaml
sronaghi Oct 22, 2025
7c1c4a0
Delete prod_env/model_metadata.yaml
sronaghi Oct 22, 2025
47d9aaa
Delete src/helm/benchmark/presentation/run_entries_medhelm_private_pr…
sronaghi Oct 22, 2025
bf0181e
Delete prod_env/tokenizer_configs.yaml
sronaghi Oct 22, 2025
3809df5
Add files via upload
sronaghi Oct 22, 2025
1b6398b
Rename run_entries_medhelm_private_proxy_tuning (1).conf to run_entri…
sronaghi Oct 22, 2025
3a450ba
Update proxy_tuning_client.py
sronaghi Oct 24, 2025
1cde06a
Update medhelm_run_specs.py
sronaghi Oct 28, 2025
5d92c1b
Update clear_scenario.py
sronaghi Oct 28, 2025
74bb784
Update clear_scenario.py
sronaghi Oct 28, 2025
e22366d
Update medhelm_run_specs.py
sronaghi Oct 28, 2025
b089298
Update tokenizer_configs.yaml
sronaghi Oct 28, 2025
396bbee
Update model_deployments.yaml
sronaghi Oct 28, 2025
b24bda5
Update tokenizer_configs.yaml
sronaghi Oct 28, 2025
b4ce130
Update proxy_tuning_client.py
sronaghi Oct 28, 2025
db0ac7e
Update proxy_tuning_client.py
sronaghi Oct 28, 2025
0eb706f
Update run_entries_medhelm_private_proxy_tuning.conf
sronaghi Oct 28, 2025
ff38c74
Update model_deployments.yaml
sronaghi Oct 28, 2025
7ee25c6
Update model_metadata.yaml
sronaghi Oct 28, 2025
15398f6
Update model_metadata.yaml
sronaghi Oct 28, 2025
9856941
Update proxy_tuning_client.py
sronaghi Oct 29, 2025
8a2bb7e
Update pyproject.toml
sronaghi Oct 29, 2025
2e60d94
Update proxy_tuning_client.py
sronaghi Oct 31, 2025
19d24b0
Update proxy_tuning_client.py
sronaghi Oct 31, 2025
4577725
Update proxy_tuning_client.py
sronaghi Oct 31, 2025
fa38ee2
Update proxy_tuning_client.py
sronaghi Oct 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,20 @@ medhelm = [
"transformers~=4.45,<4.50",
]

proxy_tuning = [
"transformers~=4.51.0,<4.53.0", #for qwen MoE models
"bitsandbytes>=0.43",
"accelerate~=0.25",

"crfm-helm[openai]",
"crfm-helm[yandex]",
"crfm-helm[scenarios]",
"lxml~=5.3",
"openpyxl~=3.1",
"python-docx~=1.1",
"lm-format-enforcer~=0.11.3"
]

audiolm = [
"crfm-helm[openai]",
"crfm-helm[google]",
Expand Down
Loading
Loading