hud-python 0.2.3__py3-none-any.whl → 0.2.4__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/__init__.py CHANGED
@@ -9,7 +9,7 @@ from .job import create_job, load_job, run_job
9
9
  from .job import job as register_job
10
10
  from .taskset import load_taskset
11
11
 
12
- __version__ = "0.2.3"
12
+ __version__ = "0.2.4"
13
13
 
14
14
  __all__ = [
15
15
  "agent",
hud/env/environment.py CHANGED
@@ -343,7 +343,7 @@ def create_remote_config(
343
343
  expanded_configs = expand_config(task_config)
344
344
  if task.id:
345
345
  expanded_configs[0].id = task.id # for remote IDs
346
- if env and env.final_response and expanded_configs[0].args[0] in LOCAL_EVALUATORS:
346
+ if env and env.final_response and expanded_configs[0].function in LOCAL_EVALUATORS:
347
347
  # Ensure args is a list before appending
348
348
  if not isinstance(expanded_configs[0].args, list):
349
349
  expanded_configs[0].args = [expanded_configs[0].args]
@@ -5,4 +5,4 @@ def test_import():
5
5
  """Test that the package can be imported."""
6
6
  import hud
7
7
 
8
- assert hud.__version__ == "0.2.3"
8
+ assert hud.__version__ == "0.2.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hud-python
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: SDK for the HUD evaluation platform.
5
5
  Project-URL: Homepage, https://github.com/hud-evals/hud-sdk
6
6
  Project-URL: Bug Tracker, https://github.com/hud-evals/hud-sdk/issues
@@ -1,4 +1,4 @@
1
- hud/__init__.py,sha256=t9GVlRu8L4-nFL7sz3M1d9KgJc1_WnM3vnyBGVHYA30,529
1
+ hud/__init__.py,sha256=cEmr9zVXS5upV_qcVePvApSjhPj0CmVjXolOaY3Ojuw,529
2
2
  hud/exceptions.py,sha256=DNfaMmFGGAZsLwSVl8HILyQE5Eg5ygPLhBa7HLYcxU8,5167
3
3
  hud/gym.py,sha256=hM1oH9DFFmxHLO9lIU4O-zkvRDCPZ5v-4BnfzNSE75E,3603
4
4
  hud/job.py,sha256=RxXaFJQvcYbPCMIsuQRdrEyi_q3WMgdcNXypLmZqlbU,23351
@@ -25,7 +25,7 @@ hud/agent/operator.py,sha256=DPDN8oAXjiS44brljxYsYYIQtZdodgjYTDUeDqAiFFo,8156
25
25
  hud/env/__init__.py,sha256=wVEesXMXM5hcNXQHt0-PN4-9RnE69DEnQENS7uJSv_Y,266
26
26
  hud/env/client.py,sha256=brhfLkWGSuvxl3vqGMCQT-vXfj8rUbJMhE3zJg9WMDA,869
27
27
  hud/env/docker_client.py,sha256=9ltQyz30u_iitbMK2kfzs1yhs9aeC4V65Y7A1lXl23A,10200
28
- hud/env/environment.py,sha256=eaWssjNDH1MnTjUM8NE6XdRqGz8Zi1eWakE4HTJO0ns,14799
28
+ hud/env/environment.py,sha256=HWnrUUwjgqOLm7xRqH0MKeGw-3mZa_ARCEnolG6xvpY,14800
29
29
  hud/env/local_docker_client.py,sha256=OqBnlQEV4t1TlhaU-maL3noBB8YNWWQnj-iWXPyrWYc,7751
30
30
  hud/env/remote_client.py,sha256=080Yi2na4t5bXMgtRaRQNCmuY7dK898FyjQG6vv-0WE,6156
31
31
  hud/env/remote_docker_client.py,sha256=5akBq7g-8I0DL0nsQHW9sUAbau6PyNyDNb77ygc_-r4,7183
@@ -54,9 +54,9 @@ hud/utils/tests/test_common.py,sha256=gbYpQKBNdbCcEH0v1UZpxLt_NW2T5sETMIJKvy8S8p
54
54
  hud/utils/tests/test_config.py,sha256=dPlXYWuMrxX-NOYbf0vdJ27TJpfacKG8eiKOSGOcfDU,4079
55
55
  hud/utils/tests/test_progress.py,sha256=QunwDgi_heQXhDgmC25zgjr-sFUu5FdJ_1aYigMKeIc,6351
56
56
  hud/utils/tests/test_telemetry.py,sha256=t0An1RTBaE0dZVEpF4uwuq5k1R-PXFR5k4u71h60tx8,1224
57
- hud/utils/tests/test_version.py,sha256=62vk6xiDrLNDuTqAMv_u6um7-hgrPwpUxWp59krP6H8,159
57
+ hud/utils/tests/test_version.py,sha256=bzqe0zpgWpVjnYJR_bfGi-eikKPlSkuv959T1hKBTT8,159
58
58
  hud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
- hud_python-0.2.3.dist-info/METADATA,sha256=glE63rOG2gk-GdExhlD7a0lrwU3HvsLBpI42aCW1cBs,8108
60
- hud_python-0.2.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
61
- hud_python-0.2.3.dist-info/licenses/LICENSE,sha256=yIzBheVUf86FC1bztAcr7RYWWNxyd3B-UJQ3uddg1HA,1078
62
- hud_python-0.2.3.dist-info/RECORD,,
59
+ hud_python-0.2.4.dist-info/METADATA,sha256=tXUQsMPRvY2wG_2YpAAcmJpNOv9NHEOOtC4Rxgh_3SI,8108
60
+ hud_python-0.2.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
61
+ hud_python-0.2.4.dist-info/licenses/LICENSE,sha256=yIzBheVUf86FC1bztAcr7RYWWNxyd3B-UJQ3uddg1HA,1078
62
+ hud_python-0.2.4.dist-info/RECORD,,