langfun 0.1.2.dev202412040804__py3-none-any.whl → 0.1.2.dev202412060804__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 langfun might be problematic. Click here for more details.
- langfun/core/eval/v2/runners.py +3 -0
- {langfun-0.1.2.dev202412040804.dist-info → langfun-0.1.2.dev202412060804.dist-info}/METADATA +1 -1
- {langfun-0.1.2.dev202412040804.dist-info → langfun-0.1.2.dev202412060804.dist-info}/RECORD +6 -6
- {langfun-0.1.2.dev202412040804.dist-info → langfun-0.1.2.dev202412060804.dist-info}/LICENSE +0 -0
- {langfun-0.1.2.dev202412040804.dist-info → langfun-0.1.2.dev202412060804.dist-info}/WHEEL +0 -0
- {langfun-0.1.2.dev202412040804.dist-info → langfun-0.1.2.dev202412060804.dist-info}/top_level.txt +0 -0
langfun/core/eval/v2/runners.py
CHANGED
@@ -261,6 +261,9 @@ class RunnerBase(Runner):
|
|
261
261
|
if cache is not None:
|
262
262
|
self.background_run(cache.save)
|
263
263
|
|
264
|
+
# Wait for the background tasks to finish.
|
265
|
+
self._io_pool.shutdown(wait=True)
|
266
|
+
|
264
267
|
@abc.abstractmethod
|
265
268
|
def _run(self, evaluations: list[Evaluation]) -> None:
|
266
269
|
"""Runs multiple evaluations."""
|
@@ -76,7 +76,7 @@ langfun/core/eval/v2/progress_tracking.py,sha256=l9fEkz4oP5McpZzf72Ua7PYm3lAWtRr
|
|
76
76
|
langfun/core/eval/v2/progress_tracking_test.py,sha256=iO-DslCJWncU7-27XaMKxDeKrsGbwdk_tKfoRk3KboE,2271
|
77
77
|
langfun/core/eval/v2/reporting.py,sha256=TGkli1IDwqfqsCJ_WslOMGk_24JDg7oRRTGXlAJlWpc,4361
|
78
78
|
langfun/core/eval/v2/reporting_test.py,sha256=JxffbUPWInUyLjo-AQVFrllga884Mdfm05R86FtxSss,1482
|
79
|
-
langfun/core/eval/v2/runners.py,sha256=
|
79
|
+
langfun/core/eval/v2/runners.py,sha256=kP6ZEg9L8M7fK03tOZYGqIjTKUzoJn8Hz_LXS7btFPQ,14335
|
80
80
|
langfun/core/eval/v2/runners_test.py,sha256=UeiUNygux_U6iGVG18rhp68ZE4hoWeoT6XsXvSjxNQg,11620
|
81
81
|
langfun/core/eval/v2/test_helper.py,sha256=pDpZTBnWRR5xjJv3Uy3NWEzArqlL8FTMOgeR4C53F5M,2348
|
82
82
|
langfun/core/llms/__init__.py,sha256=C4hyLflqOQT841nMfclcxcnOhdP83zR0GGW29PnA-vU,6216
|
@@ -148,8 +148,8 @@ langfun/core/templates/demonstration.py,sha256=vCrgYubdZM5Umqcgp8NUVGXgr4P_c-fik
|
|
148
148
|
langfun/core/templates/demonstration_test.py,sha256=SafcDQ0WgI7pw05EmPI2S4v1t3ABKzup8jReCljHeK4,2162
|
149
149
|
langfun/core/templates/selfplay.py,sha256=yhgrJbiYwq47TgzThmHrDQTF4nDrTI09CWGhuQPNv-s,2273
|
150
150
|
langfun/core/templates/selfplay_test.py,sha256=Ot__1P1M8oJfoTp-M9-PQ6HUXqZKyMwvZ5f7yQ3yfyM,2326
|
151
|
-
langfun-0.1.2.
|
152
|
-
langfun-0.1.2.
|
153
|
-
langfun-0.1.2.
|
154
|
-
langfun-0.1.2.
|
155
|
-
langfun-0.1.2.
|
151
|
+
langfun-0.1.2.dev202412060804.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
152
|
+
langfun-0.1.2.dev202412060804.dist-info/METADATA,sha256=7jXlkJbHKaJuKLg8E5_BZ0jS99pZozItRnVWolNqAtg,8281
|
153
|
+
langfun-0.1.2.dev202412060804.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
154
|
+
langfun-0.1.2.dev202412060804.dist-info/top_level.txt,sha256=RhlEkHxs1qtzmmtWSwYoLVJAc1YrbPtxQ52uh8Z9VvY,8
|
155
|
+
langfun-0.1.2.dev202412060804.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{langfun-0.1.2.dev202412040804.dist-info → langfun-0.1.2.dev202412060804.dist-info}/top_level.txt
RENAMED
File without changes
|