hud-python 0.4.37__py3-none-any.whl → 0.4.39__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of hud-python might be problematic. Click here for more details.
- hud/cli/init.py +1 -1
- hud/cli/rl/remote_runner.py +1 -1
- hud/utils/tests/test_version.py +1 -1
- hud/version.py +1 -1
- {hud_python-0.4.37.dist-info → hud_python-0.4.39.dist-info}/METADATA +4 -2
- {hud_python-0.4.37.dist-info → hud_python-0.4.39.dist-info}/RECORD +9 -9
- {hud_python-0.4.37.dist-info → hud_python-0.4.39.dist-info}/WHEEL +0 -0
- {hud_python-0.4.37.dist-info → hud_python-0.4.39.dist-info}/entry_points.txt +0 -0
- {hud_python-0.4.37.dist-info → hud_python-0.4.39.dist-info}/licenses/LICENSE +0 -0
hud/cli/init.py
CHANGED
hud/cli/rl/remote_runner.py
CHANGED
|
@@ -52,7 +52,7 @@ def ensure_vllm_deployed(model_name: str, gpu_type: str = "A100", timeout: int =
|
|
|
52
52
|
hud_console.info("Waiting for vLLM server to be ready...")
|
|
53
53
|
start_time = time.time()
|
|
54
54
|
with hud_console.progress() as progress:
|
|
55
|
-
progress.update("Checking deployment status (see live status on https://
|
|
55
|
+
progress.update("Checking deployment status (see live status on https://hud.so/models)")
|
|
56
56
|
while True:
|
|
57
57
|
if time.time() - start_time > timeout:
|
|
58
58
|
hud_console.error("Timeout waiting for vLLM deployment")
|
hud/utils/tests/test_version.py
CHANGED
hud/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hud-python
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.39
|
|
4
4
|
Summary: SDK for the HUD platform.
|
|
5
5
|
Project-URL: Homepage, https://github.com/hud-evals/hud-python
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/hud-evals/hud-python/issues
|
|
@@ -42,7 +42,6 @@ Requires-Dist: httpx<1,>=0.23.0
|
|
|
42
42
|
Requires-Dist: hud-fastmcp-python-sdk>=0.1.2
|
|
43
43
|
Requires-Dist: hud-mcp-python-sdk>=3.13.2
|
|
44
44
|
Requires-Dist: hud-mcp-use-python-sdk==2.3.19
|
|
45
|
-
Requires-Dist: litellm>=1.55.0
|
|
46
45
|
Requires-Dist: numpy>=1.24.0
|
|
47
46
|
Requires-Dist: openai
|
|
48
47
|
Requires-Dist: opentelemetry-api>=1.34.1
|
|
@@ -71,6 +70,7 @@ Requires-Dist: jupyter-core; extra == 'agent'
|
|
|
71
70
|
Requires-Dist: langchain; extra == 'agent'
|
|
72
71
|
Requires-Dist: langchain-anthropic; extra == 'agent'
|
|
73
72
|
Requires-Dist: langchain-openai; extra == 'agent'
|
|
73
|
+
Requires-Dist: litellm>=1.55.0; extra == 'agent'
|
|
74
74
|
Requires-Dist: pillow>=11.1.0; extra == 'agent'
|
|
75
75
|
Requires-Dist: playwright; extra == 'agent'
|
|
76
76
|
Requires-Dist: pyautogui>=0.9.54; extra == 'agent'
|
|
@@ -93,6 +93,7 @@ Requires-Dist: jupyter-core; extra == 'agents'
|
|
|
93
93
|
Requires-Dist: langchain; extra == 'agents'
|
|
94
94
|
Requires-Dist: langchain-anthropic; extra == 'agents'
|
|
95
95
|
Requires-Dist: langchain-openai; extra == 'agents'
|
|
96
|
+
Requires-Dist: litellm>=1.55.0; extra == 'agents'
|
|
96
97
|
Requires-Dist: pillow>=11.1.0; extra == 'agents'
|
|
97
98
|
Requires-Dist: playwright; extra == 'agents'
|
|
98
99
|
Requires-Dist: pyautogui>=0.9.54; extra == 'agents'
|
|
@@ -115,6 +116,7 @@ Requires-Dist: jupyter-core; extra == 'dev'
|
|
|
115
116
|
Requires-Dist: langchain; extra == 'dev'
|
|
116
117
|
Requires-Dist: langchain-anthropic; extra == 'dev'
|
|
117
118
|
Requires-Dist: langchain-openai; extra == 'dev'
|
|
119
|
+
Requires-Dist: litellm>=1.55.0; extra == 'dev'
|
|
118
120
|
Requires-Dist: pillow>=11.1.0; extra == 'dev'
|
|
119
121
|
Requires-Dist: playwright; extra == 'dev'
|
|
120
122
|
Requires-Dist: pyautogui>=0.9.54; extra == 'dev'
|
|
@@ -2,7 +2,7 @@ hud/__init__.py,sha256=JMDFUE1pP0J1Xl_miBdt7ERvoffZmTzSFe8yxz512A8,552
|
|
|
2
2
|
hud/__main__.py,sha256=YR8Dq8OhINOsVfQ55PmRXXg4fEK84Rt_-rMtJ5rvhWo,145
|
|
3
3
|
hud/settings.py,sha256=disObWa-DgXzoDcCDp3y1dTPaNsbR0IvoMJL9Eg4zyo,3947
|
|
4
4
|
hud/types.py,sha256=pmPj_8emfMIfEY_fRS8NgIJ56kCsolWSqQjyCzXDaGY,11072
|
|
5
|
-
hud/version.py,sha256=
|
|
5
|
+
hud/version.py,sha256=flrgOWFXASZxwL4kHKZAFtTEJht-AlcjaxwuVVcQ9us,105
|
|
6
6
|
hud/agents/__init__.py,sha256=d-t5-PHHDoEFCuhv-IrpixCu7syvrjqSrDekQ0SdFiM,335
|
|
7
7
|
hud/agents/base.py,sha256=_u1zR3gXzZ1RlTCUYdMcvgHqdJBC4-AB1lZt0yBx8lg,35406
|
|
8
8
|
hud/agents/claude.py,sha256=TGhm5gE2ltINDAdEsDxKuT9iGMQ5G87R6kmabU3KPt8,16101
|
|
@@ -28,7 +28,7 @@ hud/cli/debug.py,sha256=jtFW8J5F_3rhq1Hf1_SkJ7aLS3wjnyIs_LsC8k5cnzc,14200
|
|
|
28
28
|
hud/cli/dev.py,sha256=J0Q_ndHbQcXe64gMjXfqiccWYWpdiYWvTKbJhCAvlgI,30666
|
|
29
29
|
hud/cli/eval.py,sha256=d1RouB3rxP3axca2sRblNWZMNvHGP1EugST5fCJ-7tc,25790
|
|
30
30
|
hud/cli/get.py,sha256=sksKrdzBGZa7ZuSoQkc0haj-CvOGVSSikoVXeaUd3N4,6274
|
|
31
|
-
hud/cli/init.py,sha256=
|
|
31
|
+
hud/cli/init.py,sha256=2na19h0LxfGl35Z_uNOLNpjZrnhBkyltM-OOUkauopA,9793
|
|
32
32
|
hud/cli/list_func.py,sha256=EVi2Vc3Lb3glBNJxFx4MPnZknZ4xmuJz1OFg_dc8a_E,7177
|
|
33
33
|
hud/cli/pull.py,sha256=XGEZ8n60tbzLQP_8d9h7XYmzyCW0e2-Rkr3_tLG7jvw,12449
|
|
34
34
|
hud/cli/push.py,sha256=DsXFrMtWBZ-HUxt6VoLihpklk8JJIe2gy-GA4AMg6Kw,18805
|
|
@@ -43,7 +43,7 @@ hud/cli/rl/gpu.py,sha256=peXS-NdUF5RyuSs0aZoCzGLboneBUpCy8f9f99WMrG0,2009
|
|
|
43
43
|
hud/cli/rl/gpu_utils.py,sha256=H5ckPwgj5EVP3yJ5eVihR5R7Y6Gp6pt8ZUfWCCwcLG4,11072
|
|
44
44
|
hud/cli/rl/local_runner.py,sha256=NFsNmRZ4nenPnb45ZtdsILeICKEq11wmpLwq9E-a8ZE,22614
|
|
45
45
|
hud/cli/rl/presets.py,sha256=DzOO82xL5QyzdVtlX-Do1CODMvDz9ILMPapjU92jcZg,3051
|
|
46
|
-
hud/cli/rl/remote_runner.py,sha256=
|
|
46
|
+
hud/cli/rl/remote_runner.py,sha256=UP1Y9LKTK7-RDc9wczAM15F_zdFi0atzgSceOmb2Vjc,17369
|
|
47
47
|
hud/cli/rl/rl_api.py,sha256=INJobvSa50ccR037u_GPsDa_9WboWyNwqEaoh9hcXj0,4306
|
|
48
48
|
hud/cli/rl/viewer.py,sha256=ExQs1IX3T8x_9aBzc4JojZ779jmFvFTh7EjOYIHzYsU,4441
|
|
49
49
|
hud/cli/rl/vllm.py,sha256=Gq_M6KsQArGz7FNIdemuM5mk16mu3xe8abpO2GCCuOE,6093
|
|
@@ -218,10 +218,10 @@ hud/utils/tests/test_init.py,sha256=2QLQSGgyP9wJhOvPCusm_zjJad0qApOZi1BXpxcdHXQ,
|
|
|
218
218
|
hud/utils/tests/test_mcp.py,sha256=0pUa16mL-bqbZDXp5NHBnt1gO5o10BOg7zTMHZ1DNPM,4023
|
|
219
219
|
hud/utils/tests/test_progress.py,sha256=QSF7Kpi03Ff_l3mAeqW9qs1nhK50j9vBiSobZq7T4f4,7394
|
|
220
220
|
hud/utils/tests/test_telemetry.py,sha256=5jl7bEx8C8b-FfFUko5pf4UY-mPOR-9HaeL98dGtVHM,2781
|
|
221
|
-
hud/utils/tests/test_version.py,sha256=
|
|
221
|
+
hud/utils/tests/test_version.py,sha256=iyWudJ6arOycIPna5CRotVVD0ojbFV-Rv2IkuIHEGX0,160
|
|
222
222
|
hud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
223
|
-
hud_python-0.4.
|
|
224
|
-
hud_python-0.4.
|
|
225
|
-
hud_python-0.4.
|
|
226
|
-
hud_python-0.4.
|
|
227
|
-
hud_python-0.4.
|
|
223
|
+
hud_python-0.4.39.dist-info/METADATA,sha256=8CRV9IMrjYFDVtKuT0k3GAzEQRP0MXXvMMWdvsWLpbE,21900
|
|
224
|
+
hud_python-0.4.39.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
225
|
+
hud_python-0.4.39.dist-info/entry_points.txt,sha256=jJbodNFg1m0-CDofe5AHvB4zKBq7sSdP97-ohaQ3ae4,63
|
|
226
|
+
hud_python-0.4.39.dist-info/licenses/LICENSE,sha256=yIzBheVUf86FC1bztAcr7RYWWNxyd3B-UJQ3uddg1HA,1078
|
|
227
|
+
hud_python-0.4.39.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|